Define Canvas view of UFT?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the entry and exit point of automation testing
what is web application and client server application.is there any difference ?
What is API
Hi, How to invoke QTP or any application through Command Prompt without using Vb script and batch file.... Reply me Srinivas
what is profile tool?
how do u get lib files into scripting files?
what is vmodel?advantages and disadvantages of vmodel?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
What is data driver in qtp?
How Exactly we can find out the INDEX No. of any object of an application when we test that application in QTP? Explain this by giving me the example of all LINKS of G-Mail (including home page, User-account page and all possible pages you ever seen in G Mail)?????? and if your answer is that as per appearance of objects(LINKS) in application we can find out the index number in application then tell me how you find out which object(LINK) having INDEX No. 1,2,3 and so on and how you say which object(LINK) is appeared first and which is last?
How do you invoke an application using the step generator in qtp?