what is not present in the test case?
1>requirment ID
2>test case ID
3>bug ID
4>objective
Answers were Sorted based on User's Feedback
Answer / anil nakhate
BUG Id is not present because bug id is generated after
executing test case if test case is failed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / santoshnathan
Actually the testcase format as follows
1.Testcase ID
2.TestsuiteID
3.Testprocedure
4.Testdescription
5.expected result
6.Actual result
7.testdata
8.Defect ID(Bug id)
9.severity
10.priority
11.Remarks
Anwser for the question is 1.requirment id and 2.objective
will not appear in test case.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / sruthi
Yes, BUG ID is not present in Test Case,because after
creation of testcases the Testing team conducts testing on
build application, at that time of testing bugs are fixed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / k.chandra sekhar
a) In the tMy name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
I am take the class for projects if you interst contact
If any body want full explain send the mailest case
objective is not contain
| Is This Answer Correct ? | 2 Yes | 8 No |
Answer / vinod
Missing:
1. Test data (inputs)
2. Expected Outcome
3. Actual Outcome
| Is This Answer Correct ? | 0 Yes | 6 No |
Can test case contains more than 50 steps in single test case?
Write few functional & non-functional test cases for a payment gateway system
why we need a test plan
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
Please share all possible positive and negative test cases for SQL reporting services.
Explain the format of a requirement traceability
How about do we go as far as writing test cases is considered?
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
How to write test cases on laptop???
0 Answers RAS Inforays Technologies,
Explain transaction testing?
If I give u refill which cost is 5000 & I ll give u refill then how u find that refill cost is right or wrong? & that refill is new in market.
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.