wt is the use of multiple questions in QTP
No Answer is Posted For this Question
Be the First to Post Answer
What is Optional step?
In QTP, As a first step wht we will do before going to start a Automation....when it will be decided that we have to go for a Automatio..and who will decide to go for Automation. Any body can pls let me know.. Thanks in Advance..
In qtp, how you can exit for loop?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What is the differnce between action & script
what is the frame work in J-meter?
why we use check points , In qtp we use the any check points , what r they , when and why
write the vb script for call to new action in qtp?
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.
How to release all resources file from the QTP?
what is the extension of new local object repository?
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