What are the testing processes, methodologies and techniques
Answers were Sorted based on User's Feedback
Testing Process :
1) Establish Test Objective
2) Prepare Test Plan
3) Design Test Cases
4) Review Test Cases
5) Execute Tests
6) Examine Test Results
7) Prepare Test Report
8) Prepare Post Mortem Report
Testing Methodologies :
1) Black Box Testing:
Methods are -
a) Equivalence Partitioning
b) Boundary Value Analysis
c) Error Guessing
d) Use Case based Testing
e) State Transition Testing
2) White Box Testing:
Control Flow Testing -
a) Statement Coverage
b) Decision Coverage
c) Condition Coverage
d) Multiple Condition Coverage
e) Path Coverage
Testing Techniues :
1) Static Testing (Verification)
2) Dynamic Testing (Validation)
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / suganya
Testing methodolgy : Black box, white box and gray box
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vishnuvardhanreddy
Testing process
1)Understand srs documents
while understanding documents if testengineers has any
queries get clarification from B.A
2)once clarification given by B.A then testengineers
identify test scnarios then write test cases using usecase
documents
3)send tcd to lead for review,then wait for build
4)as soon as bulid released execute testcases on application
5)then result analysis if at all any defects found list out
all defects in defect profile document report to developers
testing methodologies
whirtebox testing
Block box testing
grey box testing
Testing technics
Boundary value analysis
E.C.P
correct me if i done any rong
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kalyan
Processes: Agile/ Scrum methodology is used for testing
processes.
| Is This Answer Correct ? | 2 Yes | 5 No |
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
Can anyone please tell in detail about the Rally tool and how a tester is going to use it.
Tell me about the best bug you ever found.
wat is the format of the build (the testers) get from dovelopers?
Give an example for pre testing and post testing ?
What is the difference between Functional and Regression testing?
What is White Box testing and who is responsible for white box testing?
what is test scenario?
test cases for compose functionality of gmail
are there any difference Between Error,Bug,Issue ? (defination wise)..
If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?
How do u determine,what to be tested?