From the course: Nail Your Software Tester Interview

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Test planning

Solution: Test planning

From the course: Nail Your Software Tester Interview

Start my 1-month free trial

Solution: Test planning

(upbeat music) - With test planning, it's important to try and think about what you consider to be standard testing scenarios, and also some edge cases. Firstly, I'd run a fully valid test. Everything how it's supposed to be, to ensure that everything works. Next, I'd want to try a completely invalid test. At this stage, I don't need to know what constitutes invalid, only that that's what I'd aim for. Now, I'll check the validation on the title field specifically. I'll put through a valid form with a blank title to see if the system tells me so. Chances are, this is a mandatory field, so validation on the form will pick this up. Then, I'll do the same type of test on the name field. Have a valid form filled out, but leave the name field blank. Then, we're going to do the same with the address field, and this could be further split into however many address fields there are. Lastly, we have the telephone number field,…

Contents