Hi I need urgent Help regarding this Test Scenario. Thanks in advance
You work as a Tester, and your Team Lead bring someone who knows nothing about testing, and asks you to train that person. So Scenario is something like this “You are testing an application where you’re entering all your bio-data and when you’re done you press the button and it give you a happy face in the end. That application is on C++, instead of a happy face you have a message “Run time error”
RE: Hi I need urgent Help regarding this Test Scenario...
i am just thinking like this
1. Start the application. 2. Enter the details like your Name, Address,Phone no, Mail id (ex: whatever fields are present in filling up the biodata). Click Submit or any other button. 3. It should display the Happy Face. This is the expected result, according to the requirements specification. But here in Step 3 ,the actual result is you are getting Run Time Error , so you can mark there is an bug and you can send it to the developer attaching the screen shot and the place where you got the RunTime error and the steps to reproduce the bug.
RE: Hi I need urgent Help regarding this Test Scenario. Thanks in advanceYou work as a Tester, and your Team Lead bring someone who knows nothing about testing, and asks you to train that person. So Scenario is something like this “You are testing an appl
1) Check is there any Logical or Syntax error in that applicaton before execution
2) After that C++ executed sucessfully without errors then enter ur bio-data and press the button
3) As per specification A happy face will appear in the end
4) If step 3 get fails and "Run time error" message appear, then mark it as an issue and assign it to the devlopment team....