What are keywords in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the length of the string by making use of the string function?
Explain the scope of the variables using dim, public, and private keywords respectively.
What are the environments supported by vbscript language?
What are the 2 ways in which a variable can be declared in the vbscript language?
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
What are the differences between sub procedures and function procedures?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
what is used of Property........End Property loop ? how to write the script for it?
Which loop is used in case of arrays in the vbscript language?
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