Hai every body,
Scope :It defines the NEED of the project.
Objective :It defined the PURPOSE of the project.
I will explain in details.
NEED in the sense,It controls and improve the quality of s/w.
PURPOSE in the sense,To find the defects in the developed s/w
Objective defines "what is the purpose of testing" ex:the
objective is to validate the functionality of the XYZ
application
Scope defines the boundaries of testing, what will be
tested and what will not be tested.
very simple
for ex let us consider a project
objective : project shouild be completed within 1 month
scope : chances of finishing the project in 1 month.
Objective is Goal/Final aim what you are doing
Scope is boundaries/limitations of your testing beyond that
you can do testing. Lets say in Regression testing you
can't do stress/load testing. that is your scope of
regression testing.
After project was released to customer the customer find a
defect in u r build. the build is related to that area which u
had tested that. so u r TL comes and asks u then how will u
convince u r TL and The customer
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