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

Answer Posted / tripathy

Hi,
1. Study all the test cases.
2. Select the test cases with are used frequently(Used for
regression).
3. Select the frequently used test cases which can be put
in to scripts.
4. Add the autimated test script to the test suite or Test
framework.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Test a file replication service that copies files from one net location to another

2060


What is the toughest moment you faced in your testing carrier in which everyone praised you?

1820


Explain the load testing?

643


How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..

15662


how to write a test cases for courier offices?

3367






Suppose a job should be executed for every two hours? Write test case for this?

704


write the testcases for migrating data from one database to another database?

1904


What are basic types of test cases?

702


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4611


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


Explain the domain testing?

674


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1528


Explain which test cases are written first black boxes or white boxes?

674


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 case for pen cap if it is not present?

2103