If you have given 1000 manual test scripts, what test you
will do? and how?
Answers were Sorted based on User's Feedback
Answer / rajan velayutham
Pls ingnore the above answer.
It is not an individual member's decision to start testing
without any requirement.
In the Test Plan / Strategy it will be defined. For 1000
test script what should i do, when should I execute and how.
Based on the priority and severity tester has to select the
test scripts then it can be executed based on the agreed
methodology which is defined in the Test Plan / Strategy.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rajan velayutham
•First step the manual test case has to convert in to
automation scenario based on the framework which is
approved by the client / Team.
•Based on the framework scenario has to break in to
individual automation test case.
•Then we need to cross verify the manual test case with
automation test cases to ensure all the test cases /
functionality has covered or not.
•Once this process is completed next step is to
develop the automation scripts.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is a checkpoint? How many check points are there in qtp?
how to write testcases for web based insurance,from the script by using qtp.
How many ways we can parameterize data in QTP ?
Which environments does qtp support?
Is it possible to split an action? How?
We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 Answers Accenture, Banca Sella, Polaris,
what is virtual object?
which command u will use to access the application through descriptive programing?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
How many number of actions possible in qtp?
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?