How to create basic scripts from a manual test case in QTP?
Answer / madhavi
We can Generate the basic script from manual test case by
using Quality Center management tool.
They are 4 main modules in Quality Center
1. Requirements module
2. Test Plan module
3. Test Lab module
4. Defects module
In Test Plan module we can generate test cases for manual
testing and afterwards those test cases can be automated by
selecting the "QUICKTEST-TEST" option in the test plan tool
bar we can generate the basic script.
| Is This Answer Correct ? | 26 Yes | 7 No |
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
how to get the particular chr in an array list the question is ....i have an array like this ABCD EBCF GBCH IBCJ HERE I NET TO GET ONLY "BC" FROM ALL HOW TO GET IT HELP ME ANY ONE THANKS
what is mean by output parameters? I need full description with example. tell me any one please
How will you send values to a cell in a webtable using QTP?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What is the maximum size of Object Repository in QTP 8.2?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
How to customize checkpoints with parameters?
What are benefits of qtp?
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