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
Yes,
we can do that by using the Reprter.ReportEvent statement
Reporter.ReportEvent Eventstatus,ReportStepName,Details
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the main difference between function and sub-procedure?
reverse the string without using reverse string?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
write a vb script to find the size of d drive?
Difference between Function and Sub routine?
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
write a vb script to generate hello 5 times using do until loop
How will you get a subset of a array in vbscript?
How to add actions in driver script to run those actions in QTP?