Hi,
i run scripts in one machine those r passed.when i run the
scripts in client side those r failed.Give me such a
scenario when ever u faced?
No Answer is Posted For this Question
Be the First to Post Answer
How to Parameterize Object repository in QTP?
What are the QTP advantages and disadvantages?
what is smart identification in qtp? pls any give details? thanks in advance
What is the Command used to start the QTP
What are associated files in QTP?
How can we close all webbrowsers which are opened in out desctop?
How do you use the parameters.input parameters and out put parameters.
What are the advantages of Automation objects than Test Objects?
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
how to choose the framework in qtp ? 2)when we go for the descriptive programming ?
hi this is srinivasa(from blr) i complited my B.tech(e.c.e) in 2007 im searching job in s/w testing but idont have freshers resume for s/w testing please send some s/w testing resume for me(fresfers resumes only) advns thnks you
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