If there are 4 buttons New,Edit,Delete & Refresh for Item
screen .May I have to write 4 different test cses for each
button OR I can perform all operations[Create,Edit,Delete &
refresh item] in a single tes case?
Please reply as early as possible.
It's very urgent to me
Answer Posted / hema
according to me, we can write in single testcase with many
steps,it depends upon the functionality,requiment and the
teamlead.
if ur answer is correct can u pls explain me.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the ad hoc testing?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Write a test case of login window?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
how to make test case for anolog voice logger?
Scenarios to test wireless Speaker via bluetooth
pls i want test cases for oss? whts the process of oss testing
Explain the logic 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
Why is it that the boundary value analysis provides good test cases?
Who will take care of test plan and test case?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
What is ramp testing?
Explain the integration testing?