I have attended Anovatek Software QTP interview. They will
give us computer and one web based application with QTP.
We have to automate some records (already updated records or
new records) using QTP Data driven testing.
But we should use for loop?
Can any one know how to do data driven testing using For loop?
How are values assigned to the variables in the vbscript language?
How to delete a cookie using vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
How do you create a recordset object in VBScript?
What is event handling in vbscript?
How to capture a runtime error in vbscript?
What is the use of the instr function?
What are the environments supported by vbscript language?
How will you get the smallest subscript of an array in vbscript?
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME