Entries Tagged 'Questions & answers' ↓
May 23rd, 2010 — Career in software Testing, Questions & answers
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 →
December 12th, 2009 — QA certifications, Questions & 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 →
July 27th, 2009 — QA certifications, Questions & answers
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 →
July 15th, 2009 — QA certifications, Questions & answers, Testing Interview questions
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 →
July 8th, 2009 — QA certifications, Questions & answers, Testing Interview questions
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 →
October 22nd, 2008 — Questions & answers, Testing Concepts, Testing Interview questions
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 →