Hi,
For the web application testing, whether we can use
"Acunetix Web Vulnerability Scanner", I want to know in detail.
Thanks in advance
bye
No Answer is Posted For this Question
Be the First to Post Answer
What is path analysis?
what are the Most common problems in a web based application in testing point of view?
What is CCB and MTBF, why should we use this.
What is software verification?
What is test management review and why it is important?
What is parallel/audit testing?
Explain defect?
What is api (application programming interface)?
Explain what n+1 testing is?
U may undergone many projects. Do all the projects match up with customer's expectations?
viewing entire results after the batch run in qtp Is there is a easier way view the complete results with out opening one by one test scripts
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.