How does one do Functionality Testing?
Answers were Sorted based on User's Feedback
Answer / nitin verma
Hi,
In the Ad Hoc testing no planing and documentation is being
done, no formal test case is being prepared for this. Tester
tries to break the system by using negative approach. Monkey
testing is the subset of this.
Plz correct me if i am wrong.....
nitin9360@gmail.com
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nitin verma
Sorry, Posted answer in the incorrect link...was reporting
for the Adhoc testing....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sagar
this testing is done by manual method r by automation
method(eg:QTP) functionality testing : software or hardware
is testing conducted on a complete, integrated system to
evaluate the system's compliance with its specified
requirements. System testing falls within the scope of black
box testing, and as such, should require no knowledge of the
inner design of the code or logic
| Is This Answer Correct ? | 0 Yes | 1 No |
Can you explain how one defect leads to other defects?
What is a defect?
what comes first test strategy or test plan
1. fault based testing is reversed of which testing? option.1 conventional software testing Option 2Operations and classes that are critical or suspect Option 3 Use-case validation Option 4White-box testing of operator algorithms 2. Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism 3. Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning 4.Client/server architectures cannot be properly tested because network load is highly variable. Option 1 true Option 2 false 5. Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security Option 4 time 6.Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure 7.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products. Option 1 true Option 2 false 8.Static testing requires...? Option 1 Binaries Option 2 Source code Option 3 Product Option 4 Executables 9.etesting is testing the application with multiple sets of data is called retesting Option 1 true Option 2 false
What is Smoke Testing
Differentiate Test log and defect report.
Test Manager's role in preparing proposals?
Which method of testing we use to test LOGIN page?
Write all combinations of test cases for calculater on + symbel
can any one define V-V testing?....thanks in advance
advantages of test plan in software testing? the interviewer asked what is the use of test plan, as we always dont follow the test plan.
What is boundary value analysis and equivalent partition?