Can we create user defined functions in qtp?
What are the various automation frameworks available in qtp?
What is the significance of “action 0” in qtp?
desribe a situation where u faced a stressful situation and how did u cope with it
Explain different recording modes?
What is ‘object spy’ and what is the function of object spy in qtp?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How QA specialist can identify when programmatic descriptions are useful?
What is the process of synchronizing qtp and aut?
How will you check that your test cases covered all the requirements?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Can you brief the hurdles you faced during Automation testing?
How to use descriptive programming?
What is qtpro? What is quick test pro?
What are the views available in quicktest professional (qtp)?