How will you generate Reports using Vb Script?it asked in
testing(QTP)Interview.Plz Any Body Let me know.
Thanks
uday
Uday_testing@yahoo.co.in
Answer Posted / kkk
Hi
Simply say
1. Report. Report event 0, stepno1 “test pass”
Or
Report. Report event 1, stepno1 “test fail”
Here 0=pass, 1= fail
2. Msgbox (variable)
3 Get visible test
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
what do you mean .ota mobile format
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
What are class properties?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
What is vbscript?
Difference between dim,public and private variables in vb script?
How will you reverse a string in vbscript?
How to make sure that items in a wintree are sorted al?
How are arrays declared in the vbscript language?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
What is variant in vb script?
What are lbound and ubound in the vbscript language?
Which operator can be used to check if two numbers are equal or not in vbscript?