For example out of 100 test cases if I ask you to automate
how many you can automate?
Answer Posted / karan
How many you can automate is based on
1. if the automation framework is in place.
2. How complex is the AUT's test objects for automation
tool to identify uniquely.
3. Do you have scripts for preparing test data at DB level.
4. Can you prepare test data from UI?
5. Any specific reporting requirement?
6. Length of each test case and no. of verification points.
These are some important questions u need to know to find
out how many can be automated and in what time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a test case for computer keyboard?
What is test environment? Elaborate with example.
Explain the monkey testing?
Explain the state testing?
how to write a test procedure & test log for login system
Explain the dynamic testing?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
How to test Webservices and how can we write test cases for that
Explain the scalability testing?
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
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
what is the technology used in financial applications?