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
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
what you mean by artifact,milestone...
How to call a test from another test?
what is run-time data?
What is checkpoints for quicktest professional?
How to get the particular property value?
Hi All, How to get repeated word in string . Thanks Balaji
How to break the object spy ?
What is RTM (require ment tracebulity marix) fromate?
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
How software tester can use constants and variables in scripts?
How is UFT 11.5 version different from UFT 12.0?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Are Shared ORs read-only?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”