What is system testing and what are the different types of tests you perform in system testing?
No Answer is Posted For this Question
Be the First to Post Answer
When Recovery scenario actually starts while testing the application?
How to Map network drive in QTP
How to make arguments optional in a function?
What is difference between QC and TD?
how do check the links in a webpage ?
Explain qtp(quick test professional)?
what is the Descriptive Progarmming? how it is help to testers in QTP?
How we can add actions in the test using QTP?
How to add a page checkpoint to your test?
Tell me few important difference Between QTP and WinRunner?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
How does QTP identifies the object in the application?