Consider the following:Pick up and read the newspaperLook at what is on televisionIf there is a program that you are interested in watching then switch the television on and watch the programOtherwiseContinue
Latest Answer: sc=2 and dc=3 ...
what is the difference between branch coverage, decision coverage and condition coverage, please explain it with the help of an example.
Latest Answer: Branch coverage (sometimes called Decision Coverage) measures which possible branches in flow control structures are followed. Clover does this by recording if the boolean expression in the control structure evaluated to both true and false during execution.It ...
What is Quality Matrix in Software Testing?
Latest Answer: By word quality, we may be more generalized towards our target. but being a quality contious a "quality matix" should have;logical parameterization of our parameters i.e. first we should confirm that is parameter "a" has logical connection ...
can any one tell me how to write security and cookkie test cases for web application with an example
Latest Answer: The major things, which we have to consider while writing the security test cases are: sql injection, url re-writing and cross site scripting. If e.g. at login page we are able to inject the sql injection malicious script. The security will break. We ...
Which testing method is used to check the software in abnormal condition?1) Stress testing2) Security testing3) Recovery testing4) Beta testing
Latest Answer: Stress Testing
Stress testing deals with the quality of the application in the environment. The
idea is to create an environment more demanding of the application than the
application would experience under normal work loads. This is the hardest ...
Latest Answer: Ad-hoc testing supplements structured, functional black-box testing and is not meant to stand on its own. Typically, testers are asked to use their imaginations to find defects outside their structured tests. The drawbacks with ad-hoc testing are ...
which of the following is not a coding defect?1)Test harness defect 2)Data flow defect 3)Initialisation defect 4)Algorithmic defect
Latest Answer: Test Harness and Test Driver defect is not a coding defect.Test harnesses allow for the automation of tests. They can call functions with supplied parameters and print out and compare the results to the desired value. The test harness is a hook to the ...
Static testing requires...?1)Binaries 2)Source code 3)Product 4)Executables
Latest Answer: Static testing means it is the type of testing by seeing and feeling means without performing any actions, like checking the review codes, checking GUI, objects of application. ...
in detail
Latest Answer: Testing is most expensive and importent phase in SDLC(Software Developemet Life Cycle). so the question is how much time of testing to different components to get the highest reliability in a given time, that is called optimal testing strategy. Its a ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top