Entries Tagged 'Questions & answers' ↓

Which Software Testing Institute Should I join? – Testing ‘Q’ & ‘A’ Series

The software testing question and answer posts are back! Yes, this post is part of Question and Answer Series we started couple of months back and I will be doing it frequently in coming posts.

If you want to ask a question, just write a comment below.

Abhishek Asks:
“I want to do a software testing course so I need your guidance which institute I join? I am preferring the institute offering placement after completion of course”

Selecting a good software testing institute is always a tough task. Many institutes fake about their staff skills, education and experience. Also they make false commitments of 100% placement. Beware of such Continue reading →

ISTQB Testing Certification Sample Question Papers With Answers

If you are preparing for ISTQB foundation level certification exam then here are some sample question papers to make your preparation little easier.

Each ISTQB mock test contains 40 questions and answers are provided at the end of the page. Mark all answers on separate paper first and then compare the results with answers provided. Try to finish these 40 questions in one hour duration.

Continue reading →

ISTQB Exam Questions on Equivalence partitioning and Boundary Value Analysis

It’s important that all testers should be able to write test cases based on Equivalence partitioning and Boundary value analysis. Taking this into consideration ISTQB is having significant importance for this topic in ISTQB Foundation level Certificate exam. Good practice and logical thinking can make it very easy to solve these questions.

What is Equivalence partitioning?
Equivalence partitioning is a method for deriving test cases. In this method, equivalence classes (for input values) are identified such that each member of the class causes the same kind of processing and output to occur. The values at the extremes (start/end values or lower/upper end values) of such class are known as Boundary values. Analyzing the behavior of a system using such values is called Boundary value analysis (BVA).

Continue reading →

ISTQB software testing certification sample question paper with answers – Part II

In continuation with our Previous article on “ISTQB software testing certification sample papers and tips to solve the questions quickly“, we are posting next set of ISTQB exam sample questions and answers with detailed evaluation for each option.

This is a guest article by “N. Sandhya Rani”.

ISTQB ‘Foundation level’ sample questions with answers and detailed evaluation of each option:

1. Methodologies adopted while performing Maintenance Testing:-
a) Breadth Test and Depth Test
b) Retesting
c) Confirmation Testing
d) Sanity Testing

Evaluating the options:
Continue reading →

ISTQB question pattern and tips to solve

Please welcome ‘Sandhya’ on softwaretestinghelp.com writer’s board. Sandhya is having extensive experience in software testing field and helping many software testers in clearing the testing certification exams like ISTQB.

Sandhya will be giving you ISTQB paper pattern and tips on how to solve the questions quickly. To start with, here are 10 sample ISTQB ‘Foundation level’ questions with detailed explanation for answers.

Continue reading →

What is Boundary value analysis and Equivalence partitioning?

Boundary value analysis and Equivalence partitioning, explained with simple example:

Boundary value analysis and equivalence partitioning both are test case design strategies in black box testing.

Equivalence Partitioning:

In this method the input domain data is divided into different equivalence data classes. This method is typically used to reduce the total number of test cases to a finite set of testable test cases, still covering maximum requirements.

Continue reading →