I want to open a GOOGLE page without recording a test in
QTP.Can any one answer me?
Answer Posted / rico
Set Wsh = CreateObject("Wscript.Shell")
Wsh.run "iexplore google.com"
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain the Different types of QTP test assets and their extensions?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
How to delete an object from the object repository?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What is checkpoints for qtp?
How QTP identify the system time that's changes every seconds?
Is virtual object supported in low level recording mode?
How to release all resources file from the QTP?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How you can make an action as re-usable action?
In Remote acess server how u run a test?
How to remove associated function library?
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 many types of recording modes are there?