QUIZ for IU- SQA Class

QUIZ for IU- SQA Class

University

10 Qs

quiz-placeholder

Similar activities

Software  _F1

Software _F1

University

15 Qs

Operating and application systems

Operating and application systems

12th Grade - University

10 Qs

SE Unit 1

SE Unit 1

University

15 Qs

Exploring Software Development and UX

Exploring Software Development and UX

University

15 Qs

Animation Techniques Quiz

Animation Techniques Quiz

10th Grade - University

10 Qs

SECCIÓN 2 FUNDAMENTOS DEL TESTING

SECCIÓN 2 FUNDAMENTOS DEL TESTING

University

5 Qs

Recap Handout 3 & 4

Recap Handout 3 & 4

6th Grade - University

15 Qs

Mobile Programming - POCC

Mobile Programming - POCC

University

15 Qs

QUIZ for IU- SQA Class

QUIZ for IU- SQA Class

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Muhammad Ahmed

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

UNIT TESTING should NOT be performed by

Backend Developer

QA Engineer

Business Analyst

Mobile Developer

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why a SQA resource should be involved in
Requirements Analysis phase of Software Life cycle?

To find bugs in Code & database in early stages

To Reply to client & confirm change requests in early stages

To test design & UI Theme of software in early stages

To clarify any ambiguity in requirements and use cases in early stages

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

_________ is the most commonly used tool/software for LOAD Testing

Selenium

Appium

Katalon Studio

J-Meter

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A spelling mistake is found in the welcome message displayed to all users after successful login.
Set its Priority & Severity for Fixing

  • a) High Priority, Low Severity

  • b) Low Priority, High Severity

  • c) Low Priority, Low Severity

  • d) Medium Priority, Medium Severity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of unit testing would most likely uncover the error in this code?


public int divide(int a, int b)
{ if (b == 0)
{ return 0; }
else
{ return a / b; } }

Equivalence partitioning

Boundary value analysis

Decision table testing

Negative Testing

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a characteristic of good quality assurance practices?

Continuous improvement

Reactive approach to Defects

Test Driven Testing

Contionous Delivery

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A software defect identified has been fixed by the developer . Which of the following is the next logical step in the Software Defect Life Cycle after this?

Re-Test

Verified

Closed

Assigned

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?