What r steps to migrate from Manual testing to QTP?(IN BOTH
WEB BASED AND WINDOWS APP)



What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)..

Answer / raju

for example 100 Test cases are avaible

in the same test cases we will identifed which test cases
are need to be retest & regression testing.

afterthat we will go for those test cases to be automated.

afterthat we will provide the script through QTP


raju

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More QTP Interview Questions

Which features or drawbacks of QTP lead to the upgrade for a newer version?

0 Answers  


how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks

4 Answers   iCreate,


I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?

2 Answers  


Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???

1 Answers  


if you have the same application screen with 7 drop down boxes and approximately 70 values how do you test with QTP?

2 Answers   Ordain Solutions,






Did you find anything in your project that QTP proved inefficient to perform?

1 Answers  


How to covert a String to an integer?

5 Answers  


what is object repository?

4 Answers  


what is the advatages of merging of object repositories in Qtp9.0

3 Answers   TCS,


Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?

1 Answers  


Can anybody post some real time scenario in qtp? please its very urgent.

0 Answers   Kanbay,


Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.

0 Answers  


Categories