Difference between Static and dynamic Testing & Which type
of testing include in Static and dynamic Testing ? explain
in detail with example.
Thanks
Answers were Sorted based on User's Feedback
Answer / jyo
we can compare static and dynamic testing in V-V model.
in 1st part we test
1)Requirements + Review of requirements
2)SRS + SRS review
3)Design + Design review
4)Code + Code review
THis testing is nothing but the static testing or we can say
as verification also
in another part we test below
1)Unit testing
2)Integration testing
3)System testing
4)UAT user acceptance testing
This testing is the Dynamic testing which is called as
validation.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / @mit
Main diffrence in b/w static & dynamic Testing are as
follows:-
In static testing,code is not executed ex.
Inspection,Recview etc
In Dynamic Testing,code is being executed ex.Unit
Testing,System Testing, Functional testing etc.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / hemachandra
Testing Methodologies are two types
1. static
2. Dynamic
static -- walk through's, inceptions.
Dynamic -- white box and black box.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / neel
Static Testing --> In this type of testing All document
related to SDLC is verified , i.e. actual code is not
executed it is only verified by differents mehods such as
Walkthrough , Inspections , Review etc. Stattic testing can
also be called as Verification
Dynamic Testing --> In This type of testing code is
actually executed to check the Outputs. To check the
deviation in expected output. This type of testing can be
done by Unit testing , System , Integration and UAT type.
Dynamic Testing can also be called as Validation.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / raz
dynamic testing---live testing, testing an application on
hands....
static testing----testing documents of an application
whether the points mentioned are reflecting the exact
requirement.
| Is This Answer Correct ? | 2 Yes | 3 No |
What does the test strategy document contain.
8.your exposure to GUI testing?
Hi, Glamrous Should I write the test case for dropdown field For Above: -ve test case Test Case Name Expected Esult Without selecting Category - Default category should get select Is this a valid test case?
Give me Basics of these automation tools.. Q.T.P,q.c,Load runner.win runner on my gamil rachna.huda@gmail.com
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
QC/VSS/team track/ bugzila etc ?
There are no requriments, coding is been developed to the project without srs,brs document how u are going to prepare test case?
can you write test cases on pen?
What is SEVERITY and PRIORITY ?
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
How will you prepare Test plan. What are the techniques involved in preparing the Test plan.
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed