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 »
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 »
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 »
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 »
Master Test plan is usually prepared by QA Lead. Testers write Test Cases, which in some organizations are called as Test Plans. Read more »
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 »
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 »
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 »
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 »
defect density = Total number of defects/LOCHere the Total number of defects include the defects from Review. Read more »
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 »
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 »
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 »
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 »
An execution environment configured for testing. May consist of specific hardware, OS, network topology, configuration of the product under test, other application... Read more »
A deliverable that describes all data, functional and behavioral requirements, all constraints, and all validation requirements for software. Read more »