how to write the test case for 1 to 12 months in equivalence
partitioning?
Answer Posted / ajnabee
0 ,1 ,12 ,13.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Can anybody help me out to write test cases for booking train ticket online???
Do you know mutation testing?
Could you pls give me sites where i can test card? mail me to
Explain the concurrency testing?
Who will take care of test plan and test case?
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
Explain the gray box testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
Explain the acceptance testing?
I need GUI test case for home page?
How to generate test cases for 'replace a string' method?
Explain the ad hoc testing?
Suppose a job should be executed for every two hours? Write test case for this?