How to write test scenarios for a Web application, with an
example?
Answer Posted / kalyani
for example
take login page
scenario 1: validating login button
2: '' password button
3: '' ok button
4: '' cancel button
it depends on requirements
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Test Case for Text Editor!
how to make test case for anolog voice logger?
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Suppose a job should be executed for every two hours? Write test case for this?
can one defect be mapped to more than one test script in manual testing
Explain the domain testing?
What is transaction testing?
explain end to end scenario's for online Money transfer in Banking Domain?
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 load testing?
how to write test cases for online restaurant table booking system?
Explain the glass box testing?
How can we write a good test case?
what is black box system in software development in system analysis and design?