Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

THE MOST RECENT IELTS EXAMS FOR 2022 YEAR WORLDWIDE

Rating
-
Sold
-
Pages
41
Grade
A+
Uploaded on
15-10-2022
Written in
2022/2023

1. Load Testing Tools (Per. Testing) a) reduces the time spent by the testers b) reduces the resources spent (hardware) c) mostly used in web testing d) all of the above 2. Test coverage analysis is the process of (Testing concepts) a) Creating additional test cases to increase coverage b) Finding areas of program exercised by the test cases c) Determining a quantitative measure of code coverage, which is a direct measure of quality. d) All of the above. 3. Critical in Web Testing (Testing concepts) a) Performance and Functionality b) Functionality and usability c) Usability and Performance d) None of the above 4. Class testing (Testing concepts) a) require a driver to test b) no need of instances of other classes c) no need to test the transitions d) all of the above. 5. Defect Tracking (Defect Mgmt) a) is the communication channel between test team and development team b) is the communication channel between testing team and the rest of the team c) is the communication channel between the testing team and end users d) all of the above 6. Essential Testing Skills are (Test Mgmt) a) Test Planning, Risk Management, Tool Usage, Test Execution, Defect Management b) Test Planning, Tool Usage, Test Execution, Defect Management, Test Measurement c) Test Planning, Tool Usage, Test Execution, Defect Management d) Test Planning, Tool Usage, Test Execution, Defect Management, Test case Design THE MOST RECENT IELTS EXAMS FOR 2022 YEAR WORLDWIDE QA Questions and Answers 2 7. Testing across different languages is called (Testing concepts) a) Linguistic Testing b) Localization Testing c) Both a and b d) None of the above. 8. Hierarchical System (Testing concepts) a) several levels of component that includes objects and classes b) several levels of component that includes objects, classes, systems c) several levels of component that includes, foundation components, systems d) none of the above. 9. Hybrid Testing (Testing concepts) a) combination of one or more testing techniques b) Combination of top-down and bottom-up testing c) Both a and b d) None of the above. White Box Testing (Testing concepts) a) same as glass box testing b) same as clear box testing c) both a and b d) none of the above. Build Verification Test (Testing concepts) a) same as smoke test b) done after each build to make sure that the build doesn’t contain major errors c) both a and b d) None of the above. Content Testing (Testing concepts) a) Similar to proof reading b) Widely used in web testing c) Part of usability Testing d) All of the above Decision Coverage. (Testing concepts) a) testing the boolean expressions which are not in control structures b) entire expression is considered as boolean expression irrespective of logical-and and logical-or operators c) coverage except switch-statement cases, exception handlers d) all of the above. QA Questions and Answers 3 Branch Coverage (Testing concepts) a) another name for decision coverage b) another name for all-edges coverage c) another name for basic path coverage d) all the above The following example is a if (condition1 && (condition2 || function1())) statement1; else statement2; (Testing concepts) a) Decision coverage b) Condition coverage c) Statement coverage d) Path Coverage 16.Test cases need to be written for (Testing Artifacts) a) invalid and unexpected conditions b) valid and expected conditions c) both a and b d) none of these 17.Desk Checking (Testing concepts) a) same as code walkthrough b) same as

Show more Read less
Institution
Course

Content preview

THE MOST RECENT IELTS EXAMS FOR 2022 YEAR WORLDWIDE
QA Questions and Answers 1


QA questions and Answers


1. Load Testing Tools (Per. Testing)
a) reduces the time spent by the testers
b) reduces the resources spent (hardware)
c) mostly used in web testing
d) all of the above

2. Test coverage analysis is the process of (Testing concepts)
a) Creating additional test cases to increase coverage
b) Finding areas of program exercised by the test cases
c) Determining a quantitative measure of code coverage, which is a
direct measure of quality.
d) All of the above.

3. Critical in Web Testing (Testing concepts)
a) Performance and Functionality
b) Functionality and usability
c) Usability and Performance
d) None of the above

4. Class testing (Testing concepts)
a) require a driver to test
b) no need of instances of other classes
c) no need to test the transitions
d) all of the above.

5. Defect Tracking (Defect Mgmt)
a) is the communication channel between test team and development
team
b) is the communication channel between testing team and the rest of
the team
c) is the communication channel between the testing team and end
users
d) all of the above

6. Essential Testing Skills are (Test Mgmt)
a) Test Planning, Risk Management, Tool Usage, Test Execution,
Defect Management
b) Test Planning, Tool Usage, Test Execution, Defect Management,
Test Measurement
c) Test Planning, Tool Usage, Test Execution, Defect Management
d) Test Planning, Tool Usage, Test Execution, Defect Management,
Test case Design

,QA Questions and Answers 2



7. Testing across different languages is called (Testing concepts)
a) Linguistic Testing
b) Localization Testing
c) Both a and b
d) None of the above.

8. Hierarchical System (Testing concepts)
a) several levels of component that includes objects and classes
b) several levels of component that includes objects, classes, systems
c) several levels of component that includes, foundation components,
systems
d) none of the above.

9. Hybrid Testing (Testing concepts)
a) combination of one or more testing techniques
b) Combination of top-down and bottom-up testing
c) Both a and b
d) None of the above.

White Box Testing (Testing concepts)
a) same as glass box testing
b) same as clear box testing
c) both a and b
d) none of the above.

Build Verification Test (Testing concepts)
a) same as smoke test
b) done after each build to make sure that the build doesn’t contain
major errors
c) both a and b
d) None of the above.


Content Testing (Testing concepts)
a) Similar to proof reading
b) Widely used in web testing
c) Part of usability Testing
d) All of the above

Decision Coverage. (Testing concepts)
a) testing the boolean expressions which are not in control structures
b) entire expression is considered as boolean expression
irrespective of logical-and and logical-or operators
c) coverage except switch-statement cases, exception handlers
d) all of the above.

,QA Questions and Answers 3



Branch Coverage (Testing concepts)
a) another name for decision coverage
b) another name for all-edges coverage
c) another name for basic path coverage
d) all the above

The following example is a

if (condition1 && (condition2 || function1()))
statement1;
else
statement2; (Testing concepts)
a) Decision coverage
b) Condition coverage
c) Statement coverage
d) Path Coverage


16.Test cases need to be written for (Testing Artifacts)
a) invalid and unexpected conditions
b) valid and expected conditions
c) both a and b
d) none of these

17.Desk Checking (Testing concepts)
a) same as code walkthrough
b) same as code inspection
c) verification of code by the developers
d) none of the above.


18.Path coverage includes (Testing Artifacts)
a) statement coverage
b) condition coverage
c) decision coverage
d) none of these

19.Tools usage (Automation)
a) very helpful in regression testing
b) saves time
c) helpful in simulating Users
d) all of the above.

20.Which is a true prevention mechanism (Quality)
a) verifying that the executable contains a defect

, QA Questions and Answers 4


b) detecting that the executable contains a defect
c) Validating that the specified requirements are right, complete,
achievable, reasonable, testable
d) Verifying that the specified requirements are right, complete,
achievable, reasonable, testable

21.Objective of review meeting is (Quality)
a) to identify problems with design
b) to solve the problems with design
c) both a and b
d) none of the above.

22.The benefits of glass box testing are (Testing concepts)
a) Focused Testing, Testing coverage, control flow
b) Data integrity, Internal boundaries, algorithm specific testing
c) Both a and b
d) Either a or b

23.Structural Testing (Testing concepts)
a) same as black box testing
b) same as white box testing
c) same as functional testing
d) none of the above.


24.Characteristic of a good test (Testing Artifacts)
a) reasonable probability of catching an error and can be redundant
b) It is not simple or too complex
c) reasonable probability of catching an error and cannot be
redundant
d) It is either simple or too complex


25.Find the Equivalence class for the following test case (Testing Artifacts)
Enter a number to test the validity of being accepting the numbers between 1 and
99
a) All numbers < 1
b) All numbers > 99
c) Number = 0
d) All numbers between 1 and 99

26.Find the invalid equivalence class for the following test case
Draw a line up to the length of 4 inches (Testing Artifacts)
a) Line with 1 dot-width
b) Curve
c) line with 4 inches

Written for

Course

Document information

Uploaded on
October 15, 2022
Number of pages
41
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$8.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
academicpartner
1.0
(1)

Get to know the seller

Seller avatar
academicpartner academicpartner
Follow You need to be logged in order to follow users or courses
Sold
8
Member since
4 year
Number of followers
8
Documents
225
Last sold
2 year ago
ALL EXAMINATIONS PARTNER

COME ONE COME ALL HERE IS WHAT YOU NEED FOR YOUR EXAMS AND ASSIGNMENTS[ ACCURATE AND VERIFIED]. WELCOME! WELCOME! WELCOME!

1.0

1 reviews

5
0
4
0
3
0
2
0
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions