What are the Use Cases?
Answers were Sorted based on User's Feedback
Answer / keerthanakoluvu
USE CASE is document that describes user actions and system
responses for a particular functunality. It's written by
business analysts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aparnaganjam
Use case document is a high level document having pre-
condition and post-condition. This will give the detailed
flow of an application how the user will access an
application.
This will be developed by client / developer. Based on this
document we can write test cases easily.
| Is This Answer Correct ? | 0 Yes | 0 No |
give an example for load testing
WHAt is diff between test plan and test planning?
How to do browser testing (creates a standard script and run it for the different browser combinations)
How to perform Regression testing manually?
What is pesticide paradox?
what is non-functional testing? give 2 example..
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
Hello testers I am an Bsc Hotel mgmt Degree holders but now am doin my software testin programme, side by MCA Master degree an have 6 months exp i testing in company.. i want to change my CV according IT based. so can anyone help me with sendin any sample CV of urs.. do me this favour it wil be very helpful for me prepare CV for interviews....
Wht are the Test cases do we write for Message Box.. can anybody answer it.. Thanks in Advance..
How to test the database manual? how to test data base lekage by using manual and also using QTP ?
Describe any bug you remember.
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....