how open two urls in one browser?
plz urgent
Answer Posted / navdeep ahir
use invoke function
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What is ‘object spy’ and what is the function of object spy in qtp?
What are the key elements available in test result window?
In qtp, explain what is qrs file?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
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); }
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What is the Command used to start the QTP
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
What are the key points to create a framework in QTP for oracle forms?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
your coming from electrical backgroung..but y ur coming to software side?
what is Property......End Property loop? how to write sript for it in QTP
If I change the object name in one action will it be updated in all the actions? Or not?