|
This means they are equally easy to use, compatible and accessible to all project employees. Errors Creating Test Cases Let's see how to write a test case correctly and which of these errors are unacceptable. The name of the test case is too general. This will cause confusion between different test cases of the same project. Therefore, the name should reflect the details of each specific test case. Error: Inform user that there is no internet connection. Correction: Manually notify user of signal loss. Statements: What They Are and How to Use Them Read also Statements: What They Are and How to Use Them More Using the Imperative Mood in Test Cases It's not about practical expediency, it's about basic politeness.
Incorrect: go to page; enter a value, etc. True: go phone number list to page; enter a value, etc. Links that are not clickable This applies to hyperlinks within the program and external resources. Must use to make every link clickable. The action description is too detailed. The way the test case steps are written should not cause doubts, but at the same time it is not necessary to write obvious things. Mistake: Move the mouse and click the green button at the bottom of the middle page that says Agree . Correct: Click the Agree button. Action description is too short A good test case is concise but requires no additional explanation.
Incorrect: Open additional menu. Correct: Click the Profile icon. Go to the Settings tab. Choose Extras . The priority of test cases and checklists is that they make the software testing process structured and accessible to non-professionals. Checklists contain verification objects and test cases contain step-by-step algorithms. What is Scripting: Applications, Writing Languages Write a Comment Save Article: What is it? A script is a line of code, a script written in a programming language.
|
|