which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
Answer Posted / pushkar1206
We can add screenshots in your failed results through reporter.reportevent utility object.
Reporter.reportevent micdone, "results","http://file_path.bmp"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between development and testing
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
How is the Bitmap checkpoint different from Image checkpoint?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
can any body give the banking domain concepts/links
Whether qtp 9.0 supports Test director8.0
Hi, how can we check or avoid the memory leakage in QTP9.2?
How do know the number of browsers opened?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What are the types of data tables in qtp?
How many types of trigger events are there in qtp?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?