QUIZ for IU- SQA Class

QUIZ for IU- SQA Class

University

10 Qs

quiz-placeholder

Similar activities

DFC20283 CHAPTER 5 (5.1.6-5.1.9)

DFC20283 CHAPTER 5 (5.1.6-5.1.9)

University

10 Qs

Digital Marketing and SEO Quiz

Digital Marketing and SEO Quiz

University

10 Qs

IC4 Quizizz: State Management

IC4 Quizizz: State Management

University

10 Qs

Q1 W3-4

Q1 W3-4

University

15 Qs

Quality Assurance

Quality Assurance

University

15 Qs

MAD Unit 4 Tl

MAD Unit 4 Tl

University

10 Qs

Introduction to Programming

Introduction to Programming

University

15 Qs

User Experience (UX) & Usability

User Experience (UX) & Usability

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?