Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Shivani
S
Shivani
Community Contributor
Quizzes Created: 1 | Total Attempts: 149
| Attempts: 149 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1.  A city field in software accepts 3 to 25 alpha characters only. Using BVA technique what will be the possible number of combinations?

Explanation

Using Boundary Value Analysis (BVA) technique, the possible number of combinations for the city field in software can be determined. The lower boundary is 3 characters, so the first value is 2 (one less than the lower boundary). The upper boundary is 25 characters, so the last value is 26 (one more than the upper boundary). The valid values within the range are 3 and 25. Therefore, the correct answer is b. 2, 3, 25, 26.

Submit
Please wait...
About This Quiz
Software Testing Quizzes & Trivia

This quiz titled 'ST IV & V' assesses knowledge in software testing techniques, including boundary value testing, decision coverage, and system integration, tailored for those familiar with software QA processes.

2. To pass an Exam, a candidate has to score minimum of 50 marks in order to clear the exam. The maximum that he can score is 100 marks. Identify the Valid Equivalence values if the student passes the exam.

Explanation

The valid equivalence values for passing the exam are those that are equal to or greater than the minimum passing score of 50. Option c. (52, 60, 99) satisfies this condition as all three values are greater than or equal to 50. Therefore, this option represents the valid equivalence values for passing the exam.

Submit
3. Configuration Testing deals with hardware while compatibility testing deals with Software.  

Explanation

Configuration testing focuses on testing the hardware components of a system, such as the processor, memory, and peripherals, to ensure they are functioning correctly. On the other hand, compatibility testing is concerned with testing the software components of a system to ensure they are compatible with different operating systems, browsers, and devices. Therefore, the statement that configuration testing deals with hardware while compatibility testing deals with software is true.

Submit
4. The speedometer of a car uses 7 colours to show the speed. Each colour covers a range of 20 km, with an operating minimum and maximum of 0 and 140. Which of the following values is LEAST likely to have been identified when applying the Boundary Value Test Design Technique?

Explanation

The speedometer covers a range of 0 to 140 km, with each color representing a range of 20 km. Therefore, any value within the range of 0 to 140 is likely to have been identified when applying the Boundary Value Test Design Technique. However, the value of 7 is outside of this range and is therefore least likely to have been identified.

Submit
5.  A Online Bus Reservation System asks number of seats to be reserved by user where user can reserve seats till its capacity will be full. If a tester wants to test that particular field using Boundary Value, what do you think will be a correct set of input values?  

Explanation

The correct set of input values for testing the number of seats to be reserved field using Boundary Value would be 0, 1, capacity, and capacity + 1. This is because the boundary values are the minimum and maximum values that the field can accept. In this case, 0 represents the minimum value (no seats reserved), 1 represents the lower boundary value (one seat reserved), capacity represents the upper boundary value (maximum number of seats that can be reserved), and capacity + 1 represents a value beyond the maximum capacity, which should not be allowed.

Submit
6.   ________ verifies that all elements mesh properly and overall system functions/performance is achieved.  

Explanation

System testing is a type of testing that verifies the proper functioning and performance of the overall system. It ensures that all the elements of the system are integrated properly and work together as expected. This type of testing is conducted after integration testing and focuses on testing the system as a whole, rather than individual components or units. System testing helps identify any issues or defects that may arise when different components interact with each other, ensuring that the system meets the desired requirements and functions effectively.

Submit
7.  The model which estimates the total effort in terms of person, months of the technical project staff is _______ .

Explanation

The correct answer is d. Cocomo Model. The Cocomo Model is a software cost estimation model that estimates the total effort required in terms of person-months of the technical project staff. It takes into account various factors such as project size, complexity, and development environment to provide an estimate of the effort required for a software project. This model is widely used in the industry to estimate project effort and resource allocation.

Submit
8. Read A,B If A>=2 Print A+B else Print A-B EndIf If B<1 Print B-A End For the above algorithm what will be the minimum number of test cases required to achieve 100% Statement Coverage and Decision Coverage?

Explanation

The given algorithm has two if-else statements. To achieve 100% Statement Coverage, we need to test both branches of each if-else statement, resulting in a minimum of 2 test cases. To achieve 100% Decision Coverage, we need to test all possible combinations of conditions in the if-else statements, which also results in a minimum of 2 test cases. Therefore, the correct answer is SC=2, DC=2.

Submit
9. Which of the following are / is the characteristics of Incremental Integration Model? 1. Defects are easy to detect. 2. All the modules are required to be completed before integration testing starts. 3. It is time consuming. 4. Stubs and Drivers are used.  

Explanation

The characteristics of the Incremental Integration Model are as follows: 1) Defects are easy to detect, meaning that issues and errors can be identified and addressed more easily during the integration process. 3) It is time-consuming, indicating that the model requires a significant amount of time to complete due to the incremental nature of integrating modules. 4) Stubs and Drivers are used, which are components used to simulate the behavior of modules that are not yet integrated. Therefore, the correct answer is b. 1, 3, 4.

Submit
10. To modify the amount of time that QTP waits for a web page to load and Change the Browser Navigation Timeout, so in which tab of test case setting do we have to go?   

Explanation

To modify the amount of time that QTP waits for a web page to load and change the browser navigation timeout, we need to go to the "Web" tab in the test case settings. This tab is specifically designed to handle settings related to web-based applications and allows us to customize various aspects of web testing, including the timeout for page loading and browser navigation. The "Properties" tab is more general and may not have the specific options we need for web testing. The "Resources" tab is typically used for managing external resources, and the "Web Settings" tab does not exist in this context.

Submit
View My Results

Quiz Review Timeline (Updated): Sep 7, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Sep 07, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 19, 2018
    Quiz Created by
    Shivani
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
 A city field in software accepts 3 to 25 alpha characters only....
To pass an Exam, a candidate has to score minimum of 50 marks in order...
Configuration Testing deals with hardware while compatibility testing...
The speedometer of a car uses 7 colours to show the speed. Each colour...
 A Online Bus Reservation System asks number of seats to be...
  ________ verifies that all elements mesh properly and...
 The model which estimates the total effort in terms of person,...
Read A,B ...
Which of the following are / is the characteristics of Incremental...
To modify the amount of time that QTP waits for a web page to load and...
Alert!

Advertisement