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 [...]
Manual Testing
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 [...]
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.
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 [...]
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 [...]
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 [...]
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 [...]
Common factors in deciding when to stop Testing:
Show stoppers encountered
Too many minor bugs pending to be fixed
Deadlines (release deadlines, testing deadlines, etc.)
Test cases completed with certain percentage passed
Test budget depleted
Coverage of code/functionality/requirements reaches a specified point
Bug rate falls below a certain level
Beta or alpha testing period ends
All this depends and varies from organization to organization. [...]
A software project Test plan is a document that describes the objectives, scope, approach, and focus of a software testing effort. The process of preparing a test plan is a useful way to think through the efforts needed to validate the acceptability of a software Product. The completed document will help [...]
Define load, performance and Stress testing?
What are the goals of a performance testing of a Web Application?
State a generalized process for load Test? Or explain how you did it previously.
How do you determine user soad for a perf test of a Web application?
What do you understand by the terms ‘Response Time’, ‘Pages Per Second’, ‘Transactions [...]