Welcome to the allvue
QA Test

1
  • Task 1:
    Questions
    Description:
    1. What are the three main roles in Scrum?

    2. What data should be contained in an incident report?

    3. What is the difference between re-testing and regression testing?

2
  • Task 2:
    Equivalence partitioning and boundary values
    Description:
    You have an input field that accepts an integer. The valid input is a positive two-digit integer (1 digit integer is not valid). Specify test cases according to equivalence partitioning and boundary value analysis testing techniques.

    Test cases for equivalence partitioning are:
    Test cases for boundary value analysis are:

3
  • Task 3:
    Login Page testing
    Description:
    There is a login page with fields “Email”, “Password” and button “Submit”. Give examples of negative tests.

4
  • Task 4:
    Application form
    Description:
    There is an application form. According to requirement field “Username” should be mandatory, but it is not. Give an example of Bug report created for this issue.

    Title:
    Steps to reproduce:
    Actual Result:
    Expected Result:

5
  • Task 5:
    Test cases writing
    Description:
    Please write test cases for elevator functionality coverege.
    ACCEPTANCE CRITERIA:
    • only two floor buttons can be activated at the same time
    • service buttons <|> and >|< (in the bottom of the panel) can't be activated at the same time
    • floor number 2 should be temporarily disabled for all customers due to restoration work at the building
    • children with weight <10kg can't activate elevator

6
  • Task 6:
    Questions
    Description:
    1. What is API? What requests (methods) and response codes do you know?

    2. What is the difference between GET and POST?

    3. What locators in Selenium do you know\used?

    4. Can you write XPath for “div” element which contains “test” in the class name?
TEST END