I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?

Answers were Sorted based on User's Feedback



I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is teste..

Answer / yateeswar

I am Going to choose Automation Testing on B Becoz when we
are going to perform Automation when there is Repetitive
Task then Obviously we have to test the B Functionality
Every day.So we can go with B.

Is This Answer Correct ?    9 Yes 0 No

I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is teste..

Answer / arun

In this Scenarios we should think of which functionality is
more priority out of Functionality A and B. Here we should
consider of Functionality B as it will be tested every day.

Thanks,
Arun

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Error handling

3 Answers   Wipro,


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

0 Answers  


What is QTP testing process?

0 Answers  


Could you suggest me best coaching for automation in Delhi or nearby area?

0 Answers  


How to count the no of objects in XML file(QTP)

1 Answers   IBM,


Which property do you use to retrieve or assign data into a cell in a Data Table object?

1 Answers  


What are the types of object repositories? Which one is you are using?

0 Answers  


What is the differnce between action & script

2 Answers   Lehman Brothers,


I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?

2 Answers  


What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..

3 Answers   IBM,


Can we create test script with out Step Generator?

4 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  


Categories