Customer Interface Test Case

class frontend.tests.FrontendCustomerView(methodName='runTest')

Test cases for Newfies-Dialer Customer Interface.

test_custom_500_view()

Test Function to check 500_view

test_dashboard()

Test Function to check customer dashboard

test_index()

Test Function to check customer index page

test_login_view()

Test Function to check login view

test_logout_view()

Test Function to check logout view

test_pleaselog()

Test Function to check pleaselog view

class dialer_contact.tests.DialerContactCustomerView(methodName='runTest')

Test cases for Phonebook, Contact, Campaign, Subscriber Customer Interface.

test_contact_view_add()

Test Function to check add Contact

test_contact_view_delete()

Test Function to check delete contact

test_contact_view_import()

Test Function to check import Contact

test_contact_view_list()

Test Function to check Contact list

test_contact_view_update()

Test Function to check update Contact

test_phonebook_view_add()

Test Function to check add phonebook

test_phonebook_view_delete()

Test Function to check delete phonebook

test_phonebook_view_list()

Test Function to check phonebook list

test_phonebook_view_update()

Test Function to check update phonebook

class dialer_contact.tests.DialerContactCeleryTaskTestCase(methodName='runTest')

Test cases for celery task

test_import_phonebook()

Test that the collect_subscriber task runs with no errors, and returns the correct result.

class dialer_campaign.tests.DialerCampaignCustomerView(methodName='runTest')

Test cases for Campaign, Subscriber Customer Interface.

test_campaign_duplicate()

Test duplicate campaign

test_campaign_view_add()

Test Function to check add campaign

test_campaign_view_delete()

Test Function to check delete campaign

test_campaign_view_list()

Test Function to check campaign list

test_campaign_view_update()

Test Function to check update campaign

test_notify_admin()

Test Function to check notify_admin

test_subscriber_list()

Test Function to check subscriber list

test_subscriber_list_export()

Test Function to check subscriber list

class dialer_cdr.tests.DialerCdrCustomerView(methodName='runTest')

Test cases for Callrequest, VoIPCall Customer Interface.

test_export_voipcall_report()

Test Function to check VoIP call export report

class dialer_audio.tests.AudioFileCustomerView(methodName='runTest')

Test cases for AudioFile Customer Interface.

test_audiofile_view_list()

Test Function to check audio list

class survey.tests.SurveyCustomerView(methodName='runTest')

Test Function to check Survey, Section, Branching, Result, ResultAggregate Customer pages

test_sealed_survey_view_list()

Test Function survey view list

test_section_branch_add()

Test Function section branching add

test_section_branch_change()

Test Function section branching update

test_section_script_change()

Test Function section script update

test_section_script_play()

Test Function survey section script play

test_survey_section_delete()

Test Function survey section delete

test_survey_section_view_add()

Test Function survey section add

test_survey_section_view_delete()

Test Function survey section delete

test_survey_section_view_update()

Test Function survey section update

test_survey_view()

Test Function survey view

test_survey_view_add()

Test Function survey view add

test_survey_view_delete()

Test Function to check delete survey

test_survey_view_list()

Test Function survey view list

test_survey_view_update()

Test Function survey view update