Scenario
Assume you are working as a Test Manager in a startup organization. You are creating a system for carrying employee’s surveys for small to medium-sized companies. This application can be accessed online.
The companies using this software will have to enroll first and create different buttons for each department of the organization. The company also defines different parameters for rating each department.
After each survey, the system calculates the number of people who participated in the survey and also calculates the overall rating on the scale of 5 for each department. The software ranks the department in ascending order and the report is sent to the higher management or to the mail id exclusively specified in the software.
The marketing team is making heavy efforts to sell the software and is also working on giving out discounts. According to them, the software will be high on performance and provide quick service.
As of now, the requirement is finalized and development has begun. The companies who intend to use this software have 3 months’ time to enroll themselves.
The organization decides to use cloud computing to host this service. There would not be any hardware other than normal office computers. Every developer, tester, and other people involved will be using simple desktops to use those services. All the standards will be adhered to by building the system.
After doing a Risk Analysis, the below risk item was identified.
“The customized company’s button is not redirecting to the correct organization”.
You are using traceability metrics to track all the risk items. Which of the following positive test case is complete and enough to cover the above risk item?
- After clicking on the customized button, the system displays the default department home page.
- After clicking on the customized button, the system displays your organization’s home page.
- After clicking on the customized button, the system displays the enrolled organization’s home page.
- Click the URL of the page and check that the home page is displayed appropriately.
- Click randomly on any button and check what happens.
Display Answer
Next Question