Answer Posted / 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 |
Post New Answer View All Answers
How do you load GUI map?
How can withwin runner to make single scripts which supports multiple languages?
How do you suppress a regular expression?
How should we write and execute a user define function using WinRunner.
How to test Fonts and its size thru "Font Expert" in Win Runner.
Where did you learn winrunner and testdirector?
What is the extension of gui map file?
How to get the resolution settings?
What is the purpose of regexp_msw_class property?
How do u check FONTS in Login Window?
What are the reasons that winrunner fails to identify gui object?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?