Answer Posted / manu
Test Report is a report for showing following:
1) Where the test has failed?
2) Step by step report of each step run.
3) Whar are the parameters passed and their valuse.
4) any warnings?
5) How many checkpoints passed/failed..
lemme know if I missed out something!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
when to start the automation?
What are the different types of recording modes in qtp? Which will be used when?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How to modify object property in qtp ?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
How to integrate the qualitycenter with qtp
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
Explain QTP using different development techniques ?
Explain the concept of object repository & how qtp recognizes objects?
What is a checkpoint? How many check points are there in qtp?
How many types of object repository in qtp?
What are the recording modes in wave event?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What are test settings and global settings?