i need sample case of Login window of USER NAM, PASSWORD
It is very urgnt
Answer Posted / bimal
for writting test cases for login window.
start from
1.what is the range of character it accept.
2.what type of char it shoud accept.
3.test with valid and invalid char.
check weather it is accepting any inavlid char or not.
and check if it is not accepting any valid char.
same u can try for password field also..
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the branch coverage testing?
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.)
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
Can you list down a few characteristics of a test case?
pls i want test cases for oss? whts the process of oss testing
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?
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 many test cases u will write for Acceptance testing?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
write the test cases for facility module
Scenarios to test wireless Speaker via bluetooth
write a test cases for WLAN
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.