testing - Test Case Preparation -


I am a newbie for the testing area. I know that the test cases are the conditions to meet the needs of any client, that is the requirement that we need to meet the requirements. I need some idea how to form a test case formally. Someone can give me an idea of ​​writing the exam cases.

Consider an example of the login page. I want to write a test case for the login screen. Please provide a pattern to do this.

Any other examples are also favorable.

Hey! The approach is also a good way of expressing behavior. Simple lets you visualize your thoughts. For example:

 Scenario: Log in as login: login page is loaded and login input field exists And the login password has been entered and the lockin submit button is present when: User loginName puts adminLoginName in the field and puts the user in adminLoginPassword LoginPassword Safe field and user Ta login click Submit button: Loginpej off and Menpej loading and AdminPanel visible   

Comments