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 / anonymus
Test cases for Check box:
Positive scenarios:
>>check remember my pass word check box functionality when
the user logs in by giving valid user id and password for
the first time.
steps:
enter a valid userid and password
click on remember my password check box.
click log in
click log out.
verify remember password check box.(User should find the
check box enabled and password displayed in password text
box in encrypted form).
>>Check remember my pass word check box functionality for
consecutive seven days including the day when its checked.
Keep hanging the sysem date and check the remember my
password..(User should find the check box enabled and
password displayed in password text box in encrypted form).
Negetive scenarios:
Check remember password check box fucnction with valid user
id and password by closing the web page or window without
loging in.
Check remember password check box after 7days.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the domain 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?
Explain the load testing?
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
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
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
What is transaction testing?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
how to write test cases for online restaurant table booking system?
explain end to end scenario's for online Money transfer in Banking Domain?
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )
write a test case for telephone billing ?
I need GUI test case for home page?