Hi,
am new to testing.
How to write testcases in real time?. I mean how u start writing, how u plan to write test caes/.
pls help me.
Thanx.
Hi,
am new to testing.
How to write testcases in real time?. I mean how u start writing, how u plan to write test caes/.
pls help me.
Thanx.
Test Cases:- Test cases can be written by refering to functional specification or user requirements
Please refer to the following sample test case for user name field for any Login page
Test ID:- 001
Test description:- Ensure user name field is displayed on the page.
Steps of description:- Expected results
1.Navigate to the login page 1.Login page displayed
2. Verify if the user name 2. User name filed is displayed as expected
filed is displayed as expected
Test Cases:- Test cases can be written by refering to functional specification or user requirements
Please refer to the following sample test case for user name field for any Login page
Test ID:- 001
Test description:- Ensure user name field is displayed on the page.
Steps of description:- Expected results
1.Navigate to the login page 1.Login page displayed
2. Verify if the user name 2. User name filed is displayed as expected
filed is displayed as expected
Need help in writing testcases
For writing test cases functional requirements and use cases should be very clear to u. Then in writing the test cases the most important thing u have to keep in mind which type of testing you are performing. Then afterwards the steps which play the most crucial role.
Sample test case for yahoo login test case title : verify username field in the login process 1.open the web browser (any) 2.enter the url in the address bar and click on enter 3. Verify 'yahoo login' home page must be disply 4. Verify username and password fields and login button must be available 5.verifycursor must be display in 'username' text box field 6.enter any information in 'username' test box field 7.delete information in 'username' text box field 8.verify 'username' text box field must be empty 9.enter uername text box field with invalid data and password field with invald data , click on login button 10.verify corresponding error message must be display 11.enter username field with valid data and password field with valid data, click on login button 12.verify user must be login into his account 14.if all steps above pass , test case pass regards, gopi test coe mimos
hi to all
Writting test case is upto user requirements and we have to maintain the basic test templates for writting the test cases...follow same standrad templates so that we can write test case properly
need help in writing test case for calender
In the test case we give the description of bug
for example for the first name the test case is :-
BugID-------Bugname---------step to follow-------Actual o/p-----------expected o/p
Fn01-------FirstName------- Enter First name------it accept-----------should display message
----------------------------- e.g 987-------------value and store------"only characters allow"
To write test cases, one should have:
1. Clear understanding of the requirement
2. Requirement which are in scope of testing
3. Expected result for each requirement
4. More important is the tester should be able to think as many negative scenarios as he/she can in order to validate the requirement completely.
Very helpfull answers. Thanks for all.