There is one scenario. On login page three fields are
available i.e.Login id,Password and checkbox(having funtion
remeber my password for 1 week). Please tell me test cases
for checkbox.
Answer Posted / amar
: Verify user name value
: verify pass word value
: verify OK button operation to login
: verify cancel button operation to close the Window
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
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 the technology used in financial applications?
Explain the integration testing?
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.
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
Please guide me for Add new user test cases
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
What is the logic testing?
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
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
Elaborate test plan and content availability in test plan.
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
How to generate test cases for 'replace a string' method?