V model is a diagram showing the map between verification
and corresponding validation for the application
verification is to see tht we are buliding the product right
validation is to see the the product build is right
V-model is used in testing.
it is the verificationand validation of the product,
verification is to see tht we are buliding the product right
validation is to see the the product build is right
verification is the static
validation is the dynamic
It will be V Model not V Module.........
V Model can be define as.
Acceptance Testing ----------------------Client Requirement
System Testing----------------------Planning
Module Testing------------------Design
Unit Testing------------Unit Coding
|
Coding
This the V Model or Verification and Velidation Model,it
something looks like in the V shape.
In this model at the first step Acceptance Testing must be
parallel at the Client Requirement means that Acceptace
Testing must be satisfied when Client Requirement will be
done in the same way other steps will follow.........
-> V-model is graphical representation of the system
development lifecycle.
-> The left tail represents the specification stream where
the system specifications are defined.
-> The right tail represents the testing stream where the
systems are being tested.
-> The left tail refers to "Verification" where as right
tail refers to "Validation".
It is widely used model. Here writing test plan’s and
test cases starts at the initial phase i.e. during
designing phase of SDLC and the test cases execution is
done after coding.
Tejasoft Invoation Pvt. Ltd.
in the software develoment life cycle, both the development
activity and testing activity starts at the same time with
the same information in thier hands.A development team will
apply "do-procedures" to achieve the goal and the testing
team will also apply "check-procedures" to varify
that.normally to say its parallel process and arrive to the
productwith almost no error.
develoment activity=testing activity.
1.V- Module is a systamatic discription of Verification and
validation.
2.Verification is static, and validation is Dynamic
3.v- module is software development tool where development
and testing process is simultaneously.
v-module is the parellel process in software developement
and test development.
V- Module is a systamatic discription of Verification and
validation.
Verification is static, and validation is Dynamic.
Hi All,
I am new in testing field. I got an interview and the
question was asked-
What would be your high level test case on the following
scenario. There are 2 fields one is SCORE and other is
GRADE and there is a go button. Scenario is If score is 90-
100 then grade should be A, if Score is 80-90 then B, if 70-
80 then C Else F.
So I told that -
I will check Boundary values by giving max +1 and min-1
values.
I will check the functionality is working as per the
requirement or not.
I will include + and - testing.
But seems like my answer was not correct, obviously because
I don't have much experience. So plz provide me the best
answer of this Q ?
Thanks in advance.
Preeti
1.what is use of touch commnad and chmod
2.Testing inter view there 45 questions.
5 for apititude
20 unix + networking
5 for testing question
10 c or c ++ or java
5 perl or shell scripting +or database
3.what do you know in unix?
4.what is netmask
5.what is stack
6.explain osi model
7.a=10;
++a=a++
Then what is value of a?
8.What is sdlc
9.what is stlc
10.What is ip address/Different classses of Ip address
11.write down test cases how to check computer is in nework
or not?
12.what is difference between window 98 and windows 2000
13.How to find ip addess of your computer
14. when we will do risk analysis in test plan?
one deffectis found then we send it to the developers.and
they released a new build.What we test in that build?The
whole application or the only test cases where we got the
deffect.
1.Unit testing ->integration testing->system testing->UAT in
this where do u do the functional testing & regression
testing? if these two done in each phase why should not
mentioned in that ?