how can we group that these test cases only should be
automated and in which order you execute that test cases?

Answer Posted / lia

Its upto the QA tester to analyse the conditions and decide
on which tests to automate. Normally the automation comes
handy when we perform regression testing (ie . once system
is stabilised and new features are added then we perform
regression testing to make sure the existing features work
properly. In that case its easy to automate the testing.
Also to check some calculations adn user interface we can
automate. The order of execution is totally based on the
application and its difficult to point out exactly.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about datafile/verification of date file when file is not available in local system?

2466


The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)

3003


Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?

1473


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1538


Is it possible to split an action? How?

841


can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

1879


in my application,validation message has in japanise language.how to validate this message is appears properly or not

1748


Give me some real time point of way where exactly we can conduct audits?

1680


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1483


Hai anyone please "Explain about Framework in QTP?"

1835


How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?

2062


For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?

791


How software tester can use constants and variables in scripts?

1918


Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?

1633


How to remove associated function library?

748