How to write a testcase and bugreport?plz expln with an example.
Answers were Sorted based on User's Feedback
Answer / ravi kumar venkatanarayanan
Test case should have the following fields
1. Serial no
2. Sequence Id
3. Test case Id
4. Test description
5. Test Data
6. Actual result
7. Expected result
8. Status — Pass/fail
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / riya
test case contain s.no,s.id,testcase id,test data,expected
result,actual result and status where bug fix report contain
s.no,bug id,bug name,bug fixed time,bug status extra the bug
fix report finely deals with bugs where testcases finely
deals with test description.
| Is This Answer Correct ? | 2 Yes | 1 No |
what is the function key to toggle a breakpoint
In the flight example flight(select flights) button is recognizing ,it recognizes as object how to gui map configure to button pls explain
How many recording modes are provided by WR?
what is contained in the GUI check list?
Hi,please help me out with my ques:in winrunner the object will be reconzined in the form of label or class.
How to know the on which OS and version the application is running through script in winrunner?
Explain the purpose of loading winrunner add-ins?
i was getinng problem if i use the same test-data(data table) to script1 and script2. why it is so? and how it can be resolved?
What is watchlist?
Whole application is taking as single html frame while recording and learning but i want to learn each textbox,text,links whatever the page have.If we click any link in one page that will show another page so i want to learn that pages objects also.I want navigation steps or guidence plz
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
What is the diffrance bet. Compiled module and User defined Functions?