Description.Create
No Answer is Posted For this Question
Be the First to Post Answer
after medical test,when will be the police verification
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
When does ‘on click of button’ event gets triggered in the vbscript language?
How can you have different number of cells for each row of a table in HTML?
am giving to one number u can set into that in date format.u can use any methods
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How to pass argument by reference to a function in vbscript?
what is the difference between modular and data and keyword driven framework
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
how to set one column as primary key in QTP and fetch values accordingly