Take a situation when you are working with QTP, suddenly
system has crashed.so you again start the system. My
questyion is how can QTP directly opened when the system
desktop appears.
Answer Posted / sreeprasad
we can set the error or event in the recovery scenarion
wizard and if the system faces such situation by the
recovery scenario the system will get back to the desired
action or events
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 is meant by source control?
diff between qtp versions from 8.5
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What is qtp window?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
if our qtp vb Script may be Currepted then What we want do?
Hi All, How to Compare two strings character by character in QTP
What are the key points to create a framework in QTP for oracle forms?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How can you give wait up to 10 seconds in qtp?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Is the qtp course will help to create a virtual object?