Which is the correct order?
a. Planning, Designing, Execution, Implementation and
Analysis
b. Planning, Designing, Implementation, Execution and
Analysis
c. Analysis, Planning, Designing, Execution and
Implementation
d. Planning, Analyzing, Designing, Execution and
Implementation
Answers were Sorted based on User's Feedback
Answer / rajkumar
Its
c.
Analysis, Planning, Designing, Execution and
Implementation
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / uday kumar_anem
My answer is: d
Planning, Analyzing, Designing, Execution and
Implementation
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / raghavender
ans: c
analysis,planning,desiging,execution and implementation
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / preeti
It's C.
Analysis,Planning,Desiging,Execution and Implementation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amit
I would say C.
1. You analyze the requirements, albeit high level analysis.
2. Plan the project requirements... manpower, etc.
3. Design the solution.
4. Execute or Implement the solution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swapnika
anser is b .
first you plan the test.(in administrator)
then design the test.(test cases in test manager))
then implement it my manual or qutomqted(in robot)
then execute it.
then analysis it(by log result)
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / pavani
c.Analysis, Planning, Designing, Execution and
Implementation
d.The reason is
1. first we plan the requirements against various
parameters like the cost of the project, time span of the
project etc.
2. Next, we analyse the planned reuirement for the
availability of the resources.
3. Next to it we design the project that the steps to be
followed sequentially to make the project successful.
4. Next we execute the application developed for finding
the errors which must be corrcted to meet the functionality
specified by the client.
5. once the application becomes defect free it is
implemented for use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / archana
The answer is d.
The reason is
1. first we plan the requirements against various
parameters like the cost of the project, time span of the
project etc.
2. Next, we analyse the planned reuirement for the
availability of the resources.
3. Next to it we design the project that the steps to be
followed sequentially to make the project successful.
4. Next we execute the application developed for finding
the errors which must be corrcted to meet the functionality
specified by the client.
5. once the application becomes defect free it is
implemented for use.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / gajendra
I am completely agreed with swapnika that anser is b .
first you plan the test.(in administrator)
then design the test.(test cases in test manager))
then implement it my manual or qutomqted(in robot)
then execute it.
then analysis it(by log result)
| Is This Answer Correct ? | 0 Yes | 1 No |
Which of the following is not a built-in input type in Rational Test Manager a. Rational Requisite Pro b. Rational Rose c. Microsoft Excel d. Rational Clear Quest
How do you insert Log Messages and delay values in scripts?
How many Comparators are there in Rational Robot? List them.
How will you test Java Applications and what settings you need to do?
Which is the correct order? a. Planning, Designing, Execution, Implementation and Analysis b. Planning, Designing, Implementation, Execution and Analysis c. Analysis, Planning, Designing, Execution and Implementation d. Planning, Analyzing, Designing, Execution and Implementation
Initially Recorded: 7/31/00 2:33:02 PM Script Name: COSC 198 Exam Script Sub Main Sets the delay between execution lines to the default value SetTime 100 This Dimensions an integer variable for use in this script Dim Result As Integer StartApplication "notepad" 'This sets the window context to the Notepad window Window SetContext, "Caption={* - Notepad}", "" 'Test Case to verify the text is correct Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") Observe the code mentioned and answer the below questions 1. Which language it is :- a. SQA Basic b. VB c. C like Language d. TSL 2. Type of the script is ---------- a. VU b. VB c. GUI d. C 3. Explain what the above line ( StartApplication "notepad" ) actually does? a) It starts the notepad application. b) We do not have to open it from the start menu, c) it is opened itself from the robot by using the start application by providing the path to it. 4. Which Verification point is inserted? Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") a. Alphanumeric b. Object Properties c. Window Image d. Object Data
How many verification points are there in Robot and What are they?
What is RTRT??
Where the datapool values are stored?
purpose of inserting delay values in the scripts of Rational?
How to record & run on Japanese lanuage application using english version of IBM ???
What is the use of Global.sbl file in Rational?