how do you invoke the application through QTP?
As per my knowledge we can invoke application in four ways
through qtp
1. Systemutil.Run "Notepad.exe" (i.e path of the
application)
2. Invokeapplication "Notepad.exe"
'this invokeapplication is used for backward compatability
3.set oShell=CreateObject("Wscript.Shell")
oShell.Run "Notedpad.exe"
set oShell=Nothing
4. In qtp go to-->Automation-->Record and Run setting-->
select web or window and check the checkbox of application
opened by qtp. Below specify the path of the application
and click on ok. When where you click on record button qtp
will launch application automatically.
Regards,
mahi.kotike@gmail.com.
| Is This Answer Correct ? | 0 Yes | 1 No |
How the objecs properties are identified?Tell me in Hierarchical order?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
in qtp wha t is synchronisatin pt,what is the maximam time out
How to use the object spy in quicktest professional 8.0 version?
what is error and fault in terms of software quality?
does test plan is in test strategy or test strategy is in test plan.
How can we count the no of rows are available in a data table ?
How to make arguments optional in a function?
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
I have the following Doubts Please clarify me with examples? 1.Could QTP cover entire application? or part of the application? 2.Shall we rewrite(modify) the Manual testcase to automate? 3.How can I execute my scripts through client mechine which is not having QTP installation 4.Few objects are not being identified by QTP afeter one month. what could be the reason for this (I am using trail version of 15 days)
Why divide a test into three action calls?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance