Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


After running scripts how you report results ,there is any
specific report form

Answers were Sorted based on User's Feedback



After running scripts how you report results ,there is any specific report form..

Answer / vishal

since the q is how we report ant not how qtp reports to us,
the answer i think is about defect reporting so it shoud be
by using quality center or excell sheet.

Is This Answer Correct ?    6 Yes 0 No

After running scripts how you report results ,there is any specific report form..

Answer / hariprasad reddy

Using QTP utility statement we can send report to Test
Result Window.Here the utility statement is

syntax is
report.reportevent event status,stepname,details
Argument-1 : event status are 4 types
1)micpass
2)micfail
3)micdone
4)micwarning
Argument-2 : The status of object we are going to report
Argument-3 : The details of the object.

Is This Answer Correct ?    2 Yes 1 No

After running scripts how you report results ,there is any specific report form..

Answer / deeps

Reporter.ReportEvent Eventstatus,reportstepname,details

eventstatus:
0 or micpass
1 or micfail
2 or micdone
3 or micwarning

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 ?    2 Yes 1 No

After running scripts how you report results ,there is any specific report form..

Answer / ram

deeps answer is exact.But there is one more event
4- warning.we cant write directly "warning" we just need to
mention the digit in place of event status.

Is This Answer Correct ?    0 Yes 0 No

After running scripts how you report results ,there is any specific report form..

Answer / ramu

report.reportevent event status,stepname,details

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

0 Answers  


When ‘option explicit’ keyword is used in qtp?

0 Answers  


When we use Object Spy? can we write QTP script before built is came in testing?

3 Answers   Impulse,


Explain the new feature of UFT regarding the export of test results?

0 Answers  


Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?

0 Answers  


What is the difference between qtp and selenium?

0 Answers  


Difference between keyword driven test and DDT?

1 Answers  


write a script to verify the image path(src property) of the images which are in web pages.

0 Answers  


Can anybody help me by sharing the code for checkbox in qtp using vbscript.

2 Answers  


How to export QTP results to an ".xls" file?

3 Answers  


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

0 Answers  


What is source control?

1 Answers  


Categories