Manual Testing

Computer projects fail when they do not meet the following criteria for success:

It is delivered on time.
It is on or under budget.
The system works as required.

Only a few projects achieve all three. Many more are delivered which fail on one or more of these criteria, and a substantial number are cancelled having Failed badly.
So what [...]

Tags:

Error Guessing is a Test case design technique where the tester has to guess what faults might occur and to design the tests to represent them.
Error Seeding is the process of adding known faults intentionally in a program for the reason of monitoring the rate of detection & removal. And also to estimate the number [...]

Tags:

This is one of the most asked interview question for experienced people. Here we go with it:
If the client/customer/end user finds a defect while using the released Application/Product.Then it is called as Defect Leakage or bug leakage.
OR in other words
After the release of the application to the client, if the end user gets any type [...]

Tags:

In the field of contract software testing, you won’t always see eye to eye with the client. What you consider a critical bug, they might see as a non-issue (or worse, a ‘feature’). What you call a major security flaw, they might consider such a remote possibility that it doesn’t even deserve [...]

Tags:

Here is the check ist maximum companies using at the moment…

Understand the need of module/function in relation to specs
Make sure about the type of values you are passing to the function as input.
Have a clear idea about the output that you are expecting from the function based on point 1(above).
Be specific about the test [...]

Tags:

Configuration management (CM) is the processes of controlling, coordinate, and tracking the Standards and procedures for managing
changes in an evolving software Product.
Configuration Testing is the process of checking the operation of the software being tested on various types of hardware.

Tags:

Why most of the software company preferred Manual testing even though many automation testing tools are present in the market?
What is Test Coverage?
What are the Type of CMM Levels, Explain Each Level.
How do you go about testing a project? in Manual testing?
what is build? what is build configuration?
What is Entry Criteria & Exit Criteria.
What [...]

Tags:

Here is the big list of all the companies providing testing consultation or doing testing software testing. One of the big Indian company listed here is AppLabs Technologies. I found this list at TestingStuff and you click on each company to know the details about that company.
This list contains brief descriptions of various people and [...]

Tags:

Since it’s rarely possible to Test every possible aspect of an Application, every possible combination of events, every dependency, or everything that could go wrong, risk analysis is appropriate to most software development projects. This requires judgement skills, common sense, and experience. (If warranted, formal methods are also available.) Considerations can include:

Use risk analysis [...]

Tags:

100% bugfree testing is not at all possible. If we say 100% testing is completed, then that will be the end to any software. Then why we are getting so many projects still. Because we didn’t develop a bugfree project. We can’t develop a bugfree project.
Take an example, Why Win Runner, oracle has so many [...]

Tags: