QUIZ for IU- SQA Class

QUIZ for IU- SQA Class

University

10 Qs

quiz-placeholder

Similar activities

Software Development

Software Development

University

15 Qs

DPMQ2

DPMQ2

University

15 Qs

g11- Planning and Installing Systems Quiz

g11- Planning and Installing Systems Quiz

11th Grade - University

9 Qs

Multiple Choice Quiz: Designing for Impact

Multiple Choice Quiz: Designing for Impact

University

10 Qs

User Research (Binus University)

User Research (Binus University)

University

12 Qs

G9- Problem Solving Stages Quiz

G9- Problem Solving Stages Quiz

9th Grade - University

10 Qs

CC101: Quiz No. 1

CC101: Quiz No. 1

University

15 Qs

ITEC 95:QUANTITATIVE  RESEARCH QUIZ 1

ITEC 95:QUANTITATIVE RESEARCH QUIZ 1

University

10 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?