what is the extension of new local object repository?
Answer Posted / raamu.qa
old extension is .mtr(module test repository)
new one is .bdb(bercury data base)
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the types of data tables in qtp?
breef description of batch testing ?
Why qtp always start action1 and does not start action?
What is throw object?
Tell me about qtp?
Tell me one scenario, the complex functionality you have automated in your project?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How to create a standard checkpoint ?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
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); }
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
What is the difference between a Function and Action in QTP?
is it possible to add sheets to excel at runtime
In qtp is it possible to check broken links of a page?