desribe a situation where u faced a stressful situation and how did u cope with it
Both static and dynamic arrays are handled by the vb script. Is it true?
How you can decide which type of object repository you have to use?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How to import a test case present in ".xls" file to TD under a Test set?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Approach for Installation,comaptibility,system testing
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How many tabs are available to view your test in a test pane and what are they?
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); }
What are the key points to create a framework in QTP for oracle forms?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
There is an excel file of 1 to 100 sheets how you will iterate through it?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?