After running scripts how you report results ,there is
any specific report form
Answer / sreeprasad
syntax is
report.reportevent event status,stepname,details
Argument-1 : event status are 4 types
1)micpass or 0
2)micfail or 1
3)micdone or 2
4)micwarning or 3
Argument-2 : The status of object we are going to report
Argument-3 : The details of the object.
reportstepname:
Name of the stepname in the report(object name)
details:
details of the object
Example:
Reporter.Reportevent 0,"custom step","step passed"
or
Reporter.Reportevent micpass,"custom step","step passed"
| Is This Answer Correct ? | 1 Yes | 0 No |
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
Hello friends..... On which areas of an application we can not test with QTP
0 Answers Thatavarti Technologies,
How we can do Batch testing in QTP?
By using QTP can we record any log files written by the application which is in execution?
can anyone please tell me which is the best institute for learning QTP and Automation Testing tools in hyderabad with realtime examples and scenarios...I heard about many institutes in Ammerpet hyderabad i.e Suresh Reddy's Smart Solutions, Ashwin Palaparthi's Tech Teach,SUNNYSOFT, SITE institute, I-VINTAGE, siritechnologies and sriven institute..pls suggest me which to choose for learning QTP....Which institute has fasttrack option?
where is the bitmap checkpoint be saved
WHAT ARE THE DISADVANTAGES OF SHARED REPOSITORY?
How to send QTP scripts to our colleagues?
Hi... Can anybody help me to write the vbscript for this question..!!! Am having a string "HELLO WORLD", i want to find how many "L"s are there.....????? --> HANEEF <--
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??