what is the purpose of the Reporter.ReportEvent in QTP and
also please give the brief description about
Reporter.ReportEvent ?
Answer Posted / mady
By using this method we can report the user defined results in results window.
Syntax:
Reporter.ReportEvent Status,StepName,Description,Bmpfile
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Explain the filter expression?
What are lbound and ubound in the vbscript language?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is event handling in vbscript?
What is the use of option explicit in vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Mention what is variant in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Explain about operator precedence in vb script?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Mention what is byref and byval parameters in vbscript?
Explain sga memory structures?
What is select case statement?