Answer Posted / rajeshwar rao
Use case is nothing but graphical representation. That is
prepared by based on test plan by looking at these use case
we can easy identified whereth problems occurs
It describes how the user uses the funcnality of the system.
Test case contains user actions and test data. It is
document that describes the action to be performed actual
result and expected result.
A combination of test vairabiales is called test case.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write the test cases for godaddy home page
What is the first test in software testing process?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
Why you are selected software testing as career ?
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
When we use integration testing for any new system so why we required system testing.
What are the differences between stlc and sdlc?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
How do you Prepare a Defect Managemnt Policy
Actually by using severity you should know which one you need to solve so what is the need of priority?
Can you explain calibration?
Explain severity with example and expalin each example?
what is the impact analysis?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....