Do we get any issues if we run the test script on
differentbrowsers?what are the options we need to set in
QTP?
Answer Posted / akshar jain
QTP will work only for IE NOT FOR ANY OTHER BROWSER
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to use reporter.report event in qtp ?
How to export quicktest professional (qtp) results to an .xls file?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
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); }
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is RTM (require ment tracebulity marix) fromate?
What is contained in the object repository?
How would you directly trigger javascript in a test?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
If object is not recognized by qtp but the object is standard object what is your approach?
what testplan contents and what test strategy contents,what is the diff b/w them
What is a Patch in QTP?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.