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 |
how do u define quality of software?
What is inter-operability?
How to write JSON query ? Explain with Example
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
Hi, I am Nithi. I have completed my MCA in 2005i am heving 2.2 yrs of experience in testing because of my daughter i got break during mar 2006 to dec 2007.now i joined in a small s/w company as tester.and i am looking for MNc job.what are all the things i want to prepare thanks in advance pls help me
Write a set of test cases to test youtube?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
what is the diff bet SDLC and STLC?
please any one can sendthis q answer HOW DO YOU EXECUTE THE TEST CASE?
How any person can be a software tester, if he/she is not having software knowledge?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
What Is Functional Testing?