Explain quicktest professional (qtp) testing process?
Answer / Naveen Chandra Singh
The QuickTest Professional (QTP) testing process consists of several steps:nn1. Test Design: Create a test design document that outlines the functional and non-functional requirements, inputs, expected outputs, and any special conditions for your tests.n2. Record Tests: Use QTP to record user actions and create test scripts by interacting with the application under test (AUT).n3. Test Script Development: Refine and modify recorded scripts as needed to add logic, handle errors, and improve performance.n4. Test Execution: Run the tests using Test Execution Manager (TEM) to execute them on multiple machines if necessary.n5. Results Analysis: Analyze test results to verify that the application functions correctly and report any issues found.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
Can any one tell the different properties and values of differnt objects like Browser,Page,link,webedit,webcombobox,webradio botton,webcheckbox and web button.Because I am facing a lot of problems in interviews with Descriptive Programing.I never worked on web Application...Pls help any one as soon as possible....
hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me
hi friends i have 4 yrs exp in testing and 2 yrsexp in QTP.currently aim working in mnc in north as a permanent employer .iam looking for job in south is there any openings plz let me know my mail id is bjr@aol.in its very urjent
In a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.
1 Answers College School Exams Tests, UHG,
how can we retrieve ten rows from the data table using loop concept?
can i automate java web application using qtp web addin only not using java addin
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
where the check points are stored ?
In qtp is it possible to check broken links of a page?