At what phase tester role starts?
Answers were Sorted based on User's Feedback
Answer / subbu
In SDLC after complition of FRS document the test lead
prepare the use case document and test plan document, then
the tester role is start.
Plz verify and forward new answer if it is wrong answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / roshini
From the requirement phase itself tester role starts.Once
the requirments are given by the customer based upon these
documents tester preapres the test strategy,testplan and
testcase documents.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramu
In most of the cases (99%) FRS will contain the Use Cases
so need of preparing the Use Case document by the Test
Lead, we can say that after receiving the FRS and Test Plan
our (tester) work starts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bharat
from the first phase of the usecase u can start the testing
or
after completing the coding
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivaprasad, global e-softsys p
Depends up on SDLC follwing by the comapny..
usually after completing SRS the tester role involves..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / varma
Actually dr r 2 type of testing
1)Conventional 2)unconvention
1)Conventional testing:
This testing can done aftre the developemnt the application
2)Unconventional testing:this is starting at the SDLc life
cycle...means at the requirement pahze itself
if you have ny doubts mail me:ysvrvarma@gmail.com
Call me:9949642465
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish
It depends upon the SDLC process.
Ex;
Waterfall Modal - Tester Role starts after the development
phase.
V modal - Tester Role start from Requirement phase.
Etc
| Is This Answer Correct ? | 0 Yes | 0 No |
What is equivalence partitioning?
What is the difference between QC 10.0 and ALM 11.5? Whether ALM is any upgradation to QC?
What is Unit Testing?
What do you call a collection of descriptions of the data items for the benefit of programmers and others who might need to refer to them? 1. A data dictionary 2. A data model 3. A repository 4. A specification 5. A data map
Mention what the main advantages of statement coverage metric of software testing are?
How you would allocate a task to team members?
What is use of SCSI-ID?
Explain what the meaning of code walk through is?
What determines the level of risk?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
What is an equivalence partition (also known as an equivalence class)?