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
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 |
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 |
Error handling
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!!!
What is QTP testing process?
Could you suggest me best coaching for automation in Delhi or nearby area?
How to count the no of objects in XML file(QTP)
Which property do you use to retrieve or assign data into a cell in a Data Table object?
What are the types of object repositories? Which one is you are using?
What is the differnce between action & script
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?
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..
Can we create test script with out Step Generator?
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 ???