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
Answers were Sorted based on User's Feedback
Answer / arun
We can generate different types of reports...Choosing what
type of reports depents on the requirement.
1.QTP report:
reporter.reportevent micPass,"Testcase name","Details"
reporter.reportevent micFail,"Testcase name","Details"
2.Create report in xls file or .doc file or .txt file
3.Can store the data in the database and can display it in
html page.
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / satyanaryana
By using the following syntax we can pass the reports to the
result window
Reporter.Reportevent RESULT,"PERFORMED ACTION","USER DEFINED
STATEMENT"
EX:
Reporter.Reportevent Pass,"file creation","a new file is
created successfully"
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / shivendra
Reporter.Reprotevent
micPass/micFail/micDone/micWarning,ReportStepName,
StepDetail
Here you can choose one from
micPass/micFail/micDone/micWarning this is event status,
Second one is the Stepname and third one is step
description.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / 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 |
Which function is used in the vbscript language to convert the specified expression into a date type value?
Explain about the functionality of vb script?
How will you get a subset of a array in vbscript?
How are comments handled in the vbscript language?
give me any information abou vb script books learn quckly
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Mention characteristics of sub procedures?
My Salary is 65000. How Much TDS I have to pay
Input = 124 output should be 124421 Please do not use any string functions/variables
write a vb-script code to delete all the mails in my gmail in the year 2011
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
write a vb script to find the size of d drive?