0% found this document useful (0 votes)
8 views2 pages

Key Software Testing Questions & Tools

The document contains a series of questions related to software testing and tools, divided into three sections for different months: April 2023, April 2024, and November 2024. It covers topics such as entry and exit criteria, path coverage testing, test plans, automation tools, defect classification, and various testing methods. Each section requires the reader to attempt specific questions, providing a comprehensive overview of key concepts in software testing.

Uploaded by

yashpokharna5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Key Software Testing Questions & Tools

The document contains a series of questions related to software testing and tools, divided into three sections for different months: April 2023, April 2024, and November 2024. It covers topics such as entry and exit criteria, path coverage testing, test plans, automation tools, defect classification, and various testing methods. Each section requires the reader to attempt specific questions, providing a comprehensive overview of key concepts in software testing.

Uploaded by

yashpokharna5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Software Testing and Tools Important Questions

April 2023

Q3) Attempt any Two of following (Out of Three):


a) What are entry and exit criteria?
b) Explain path coverage testing.
c) Explain design defects with its different types.

Q4) Attempt any Two of following (Out of Three):


a) Write test plan for the functionality of Flipkart login page.
b) Explain winrunner tool.

c) Consider following code


Input (int x,int y)
{ Sub=x-y;
If(sub>0)
Print("Positive")
else
Print("Negative") }
Test case 1: x = 10, y = 03
Test case 2: x = 10, y = 15 Consider the above test cases and find the percentage of statement
coverage.

Q5) Attempt any One of following (Out of Two):


a) Explain severity defect with its types.
b) What are unit testing and load testing.

April 2024

Q3) Attempt any TWO of the following. (out of Three)


a) How to make use of automation tools?
b) What are different types of loop testing? Explain in details.
c) Explain reasons because of bug can be arise.

Q4) Attempt any TWO of the following (Out of Three)


a) Create case study for verify the functionality of Myntra login page.
b) Consider following code and apply decision coverage testing create use cases
Input (int x, int y)
{
Int z = ((x+y/200)*100;
If(z > 80)
Print(“O+”)
else if (60 <z < 80)
Print(A“+”)
else
Print (“B”)
}
Test case 1 : x = 78 y = 87
Test case 2 : x = 80 y = 90
c)Explain Nested loop and unstructured loop testing.

Q5) Attempt any ONE of the following. (out of Two)


a)Write short note on Classification of Defects.
b) Write about Sikuli and Apache JMeter testing tools

November 2024

Q3) Attempt any Two of following. (Out of Three)


a) Enlist open source bug tracking tool and explain any one of them.
b) Explain decision coverage testing with its advantages.
c) Explain the different field of test plan template.

Q4) Attempt any Two of following. (Out of Three)


a) Define defect and explain any four attributes of defect.
b) Consider following code

Input(intx, inty)
{ intsum=x+y;
If(sum>0)
Printf(“ Positive’’);
Else
Printf(“Negative”); }
Testcase 1 :x =10, y=5,
Testcase 2:x = –10, y= –5 Consider above test cases scenarios and find the percentage of
statement coverage.
c) Explain test automation framework with its different types.

Q5) Attempt any One of following. (Out of Two)


a) Explain extra coding with example?
b) Explain test incident report

You might also like