how to lunch the application in the qtp tool ?

Answer Posted / s

Dim qtp
set qtp=CreateObject("QuickTest.Application")
qtp.launch
qtp.visible=True

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain object spy in qtp.

605


Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..

4171


How do you create regression test packs?

624


what is error and fault in terms of software quality?

1521


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

1810






Why is action split used by qtp?

573


banking project description for software tester

7043


How do we analyze the checkpoint results?

599


What does mean by Scope of Automation?n How we defined it?

1588


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); }

1759


Can we write winrunner language i.e TSL in QTP tool?

1490


What is a data driven test in qtp?

603


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1315


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

711


What is regular expression?

594