i need sample case of Login window of USER NAM, PASSWORD
It is very urgnt
Answer Posted / abhay
check the fields are assigned as per the requirments.
enter valid username and password click ok, then go to the
next page.
enter invalid username and valid password and click OK
button, show a pop-up message "invalid username".
enter valid username and invalid password and click OK
button, show a pop-up message "password is not correct".
check the password length.
check when click the clear button, then the text fields are
clear.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
What are the Test Cases Comes under Regression Suite?
how to write a test cases for courier offices?
Why does the boundary value analysis provide good test cases?
Positive and Negative test cases for the speedometer?(minimum 5 each)
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
Explain the monkey testing?
What is gray box testing?
What are all the companies are doing manual testing till now ?
Do you write test plan and test case?
how many test cases do u need to ship a product?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
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 gray box testing?
Explain the acceptance testing?