Answer Posted / dimanche
to test valid username and valid password
to test invalid username corresponding valid password
to test valid username and invalid password
to test signin button
to test forget password
to test the forget password while hints of password alert
to test the signup button
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain the integration testing?
What is the domain testing?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
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
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
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
what is black box system in software development in system analysis and design?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Can some body help to write possible test cases for a credit card at POS (point of sale)
What is the difference between test scenarios, test cases, and test script?
How should I maintain the test cases and Test Log for different versions/builds of the application.
Explain the domain testing?
how to write a test cases for courier offices?
What are all the companies are doing manual testing till now ?
For how many days (or) weeks you will test a product or software?