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

Answer Posted / bojja ravi kumar

Automating a Test Case is based on
1)how effectively we can test based on requirement and
expected result.
2)the feasability whether we can automate the test(else we
have to execute manually)
3)If we are going to automate,the test also depends on Test
environment and Test setup.
4)We have to develop the test cases in such a way we
shouldn't face any issues while test execution and check
the entire scenario is covered or not when we automate the
test.

Prior to the above,the decision to automate the test should
satisy the client

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to test stand alone programs?

2083


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);

1930


Write a test case for computer keyboard?

781


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1784


Who will take care of test plan and test case?

1643






How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

1560


Can you list down a few characteristics of a test case?

703


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1897


Write test cases for 8+4?

754


What is test environment? Elaborate with example.

644


For how many days (or) weeks you will test a product or software?

1558


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2084


Explain the exactly meaning of test case?

690


How to test Webservices and how can we write test cases for that

2888


Write all test cases for Bus Pass Renewal

1071