Converting manual test cases into automation scripts

Page 1

Converting Manual Test Cases Into Automation Scripts This blog is dedicated towards translating manual test cases to automation. If you are in the testing domain, then you should be aware as to how to achieve this feat. A best institute for software testing in Pune, should be your target if you want to begin a career in this field. This is the place that would provide you with the desired skill set. Regardless of the software, some measures of manual functional and regression tests can be automated. There are numerous designs of automation platforms, over all platforms and operating systems, and paying little heed to what kind of framework is being tested, it merits seeking after that objective. The more essential framework usefulness and dreary regression tests can be automated, the more manual testers can concentrate on business work processes, defect analysis, negative conditions and different alcoves and-corners that can turn a system from average to robust. Indeed, even with a resolution to automation, in any case, the way to changing over manual tests can be hindered before you even start if the manual tests are not written in an approach to make them automatable. The automation developer utilizes manual test scripts as an outline to composing code. The plan is useless if the manual test case is vague, lacking detail, or excessively general. A few illustrations are as follows: 1. “Rightâ€? test steps: Imagine we have written a test step in which the expected result is "On-screen display is correct". This could mean a graphic is displayed effectively in a Web browser, precise budgetary information appears in a table that fits the screen, or the right follow-up screen in a procedure is given when the user clicks on the "Next" button. The word correct, in any case, makes no difference without the right context and information of the application being tested. The individual writing the manual test case may realize what is correct; it ought not be expected that the individual building up the automation script (or other manual tester, so far as that is concerned) does. Computers don't do well with summed up context and missing data. The manual test ought to state exact cases of what "correct" means", ideally something that effectively converts into labels, values, metadata, and so forth., that can be checked by an automation script. 2. Lack of data: A particular case of the above is missing test data. A test step expressing "Log in as an administrator" requires the tester to know the name of the account and administrator password. This information must be made readily available; it is not just testing "best practice" to hard-code the values into the test case, similarly that hard-coded parameters are a no-no when coding. A table of relevant accounts ought to be attached as a major aspect of the test script. Automation platforms do exceptionally well with data-driven test scripts‌ a manual test can, and ought to, be composed in a similar way.


3. Repeated steps minus loops: Suppose there is a system with five unique sorts of accounts, and there is a test to check that every kind of user sees a list of customer accounts after they click on a "Accounts" tab from the Landing page. There will be an arrangement of test steps to check login, navigation to the Landing page, and show off the account list. On the off chance that a last step to log out is incorporated, that is four steps. Ordinarily, be that as it may, this specific manual test will be composed as a cut-and-paste set of marginally altered steps, instead of as a "repeat for" loop. There will be 4 X 5 = 20 steps, instead of Step 5 saying "Repeat Steps 1 through 4 as User #2", Step 6 expressing "Repeat Steps 1 through 4 as a User #3", and so forth. This strategy not just streamlines data passage in a test execution tool like Microsoft Test Manager or HP Quality Center, it likewise unmistakably shows to the automation developer that there is a simple approach to loop through reading account information from a table (since the test writer read the past section of this blog) and taking after a similar set of steps various times. If we think about an automation developer as a "customer" while creating manual tests, both deliverables will be of higher quality. For more on manual and automation testing, look for testing classes in Pune. They will also provide assistance for software testing jobs in Pune.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.