What are the steps to test any software through automation
tools?
Answers were Sorted based on User's Feedback
Answer / naresh
First, you need to segregate the test cases that can be
automated. Then, prepare test data as per the requirements
of those test cases. Write reusable functions which are
used frequently in those test cases. Now, prepare the test
scripts using those reusable functions and by applying
loops and conditions where ever necessary. However,
automation framework that is followed in the organization
should strictly followed through out the process...
Correct me if i'am wrong...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / debashish_samanta
1.Prepare Test cases.
2.Check whether repeatabilty is there or not.
3.Prepare test automation approach according to the
organization standards.
4.prepare Coding standard documents according to the
organization standards.
5.Prepare test Data.
6.prepare Reusable test Scripts.
7.Prepare Check points or validation points.
8.Run the script.
9.validate the Report.
10.log defect if any.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the output of this query selet * from employee where 1=2
what are the release notes and what release note contains, when these prepared.
Briefly explain what is Quality Assurance life cycle?
wat is the differece between three tier and two tier application
How to identify the gaps in the system
What is Regression Testing ? Why do Regression Testing ? Why all the testcase execuation in each time of Regression testing ?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
What is Test Case?
test cases on calculator
what is diff between stress testing and spike testing
What is meant by bucket testing?
Differences between waterfall and V model