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....
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
Its bug only. Tester should ask the trainee to report the bug in bug report with proper and understand format with Test Data.
The Test Data and the Test steps are important for the noticeable bug which denotes the situation and in what case it comes.
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
First of all I can teach him about what is requirement what is testing and what we need to in testing what is bug with simple words.
And in present scenarios it's an issue so I will explain him about the bug and tell what we need to now if we found an issue like posting the issue in defect tracker and how to sent the status mail to concerned point of contact.