For example out of 100 test cases if I ask you to automate
how many you can automate?

Answer Posted / jyothi

You need to get some more specifications out of the
interviewer like..how many of them fall in to regression
Testcases,then our first priority of automating would be
regression TCs.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2557


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1940


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1937


Write test cases to test a browser app

1262


Write a test case for computer keyboard?

787






write test cases for flipkart.

10426


IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that

1981


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1448


what is the test plan for ms-word

1949


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2106


Explain the branch coverage testing?

706


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1736


Sample test cases for data conversion(Utility billing system)

6873


how to write a test cases for courier offices?

3367


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

496