what is automation life cycle?
Answers were Sorted based on User's Feedback
Answer / devbanand
General Automation cycle irrespective of any tool,
1.Start Recording
2.Start Application
3.Actions
4.Close the aplication
5.Stop recording
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / u m rao
To begin with Automation candidates(test cases for
features/modules that needs to run frequently) can be
identified using ROI or any other technique or priority that
is specific to your Organization. Typical test automation
life cycle can be as follows:
1) Generation of Test Scripts > Start Recording Feature of
automation tool that you use > Perform all actions that are
required for you to execute > Stop Recording
2) Optimize the test scripts > Run through the script
generated by tool, identify the common code that is reusable
and make it is a function/method and arrange these methods
in appropriate packages. Place proper verification points in
the test script to evaluate the Pass/Fail criteria for each
of the test case.
3) Maintenance/Fine tune the test scripts as per new build
>> Once you get the new build, run the test scripts using
playback to see any adjustments to be done so that all your
test scripts run properly
4) Execute, Analyze & Report >> Run test scripts in every
successive build (at required intervals in the current build
to ensure continuous functioning of all the features),
Analyze the test results for accuracy and Report appropriately.
| Is This Answer Correct ? | 1 Yes | 1 No |
How to know the on which OS and version the application is running through script in winrunner?
What is the purpose of regexp_label property?
Have you ever created a test plan?
How do you determine what to test?
which testcases do u automate?
what is agile testing
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
What is the usage of Test case Design Techniques,in Integration/System Testing?
Name the two modes of recording?
How should we create a compiled module? What is its importance?
what is the syntax for regular expression.dont send the types like regexp_label,regexp_msw_class
Tell US the Short key to open the dialogs of windows.