KyaPoocha.com

Huge Collection of Interview Questions


‘Software Testing’ - KyaPoocha.com

What are the types of functional testing ? 

There are followingtypes of functional testing.1. Functionality testing.2. Input domain testing.3.Error handling testing.about 90% of the functional testing will... Read more »

How to write Negative Testcase?Give ex ? 

Negative test cases are written based on thinking abt AUT in a destructive manner in the sense,what happens if i test the application with irrelevant inputs.  Read more »

What is QA? What is Testing? Are they both same or different ? 

Testing is subset of QA. Testing is just a phase that comes after coding. But QA is the one that should be incorporated into the entire Software Development Life... Read more »

What test plans have you written ? 

Master Test plan is usually prepared by QA Lead. Testers write Test Cases, which in some organizations are called as Test Plans.  Read more »

What will you when you find a bug ? 

Execute some more tests, to make clear what the bug EXCATLY is. Suppose, the test case failed when State=NY and Class=Business. Tester has to exceute some more tests... Read more »

How to install SQL scripts and import data to SQL Server from the command line ? 

You can create *.bat file which include something like this: osql -S ServerName -U LoginName -P password -i c:\script.sql where c:\script.sql - the script to create... Read more »

What we normally check for in the Database Testing ? 

In DB testing we need to check for, 1. The field size validation 2. Check constraints. 3. Indexes are done or not (for performance related issues) 4. Stored procedures... Read more »

How would you conduct a test: top-down or down-top? What is it? Which one is better? 

Down-Top: unit -> interface -> system. Top-Down is a vice versa. You may use both, but down-top allows to discover malfunctioning at earlier phases of development... Read more »

What is defect density ? 

defect density = Total number of defects/LOCHere the Total number of defects include the defects from Review.  Read more »

What do I do if I find a bug/error? 

In normal terms, if a bug or error is detected in a system, it needs to be communicated to the developer in order to get it fixed. Right from the first time any... Read more »

What is a Test Case? 

A test case is a noted/documented set of steps/activities that are carried out or executed on the software in order to confirm its functionality/behavior to certain... Read more »

How do I find out a BUG/ERROR? 

Basically, test cases/scripts are run in order to find out any unexpected behavior of the software product under test. If any such unexpected behavior or exception... Read more »

What is a bug/error? 

A bug or error in software product is any exception that can hinder the functionality of either the whole software or part of it.  Read more »

What is Test Bed? 

An execution environment configured for testing. May consist of specific hardware, OS, network topology, configuration of the product under test, other application... Read more »

What is Software Requirements Specification? 

A deliverable that describes all data, functional and behavioral requirements, all constraints, and all validation requirements for software.  Read more »

Page 2 of 12«12345»...Last »