1.Can we use multiple excel sheets in winrunner?
2.What is the templet of writing test cases?
3.Which bug tracking tool u r using in u'r company?
4.Can any one give me real time test case format?
My mail id id shobha.mar28@gmail.com
Answers were Sorted based on User's Feedback
Answer / trinadh
1.Yes you can use multiple excel sheets in winrunner,but
column should be unique other wise winrunner is confuse to
identify the column.
2.test cases templets are changes depends on
company.General test case temple is
S.No,Test case ID,Test case Name(Small
description),Desciption(complete description),Input
value,Expected Vaue
you can add other columns like requirement Id,step
No,automation status(means can do automation or not),
3.Generally most companies using Bug zilla as bug tracking
tool and familiar tools are test director and Quality
center.Here tool will change depends on company,some
companies they are using thier own bug tracking tool.In
Siemens Communication systems they are using thier own
tools like TOM,CM-Suit and some companies they use excel
sheet itself.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vara prsd
S_no ,Tc_id ,Req_id ,Desc ,test step ,
exp_res,act_res,Status ,Comments
Test Step is only the optional for the above test case templet
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varshab
1)For what you wanna use excel sheet in winrunner .your
question is not precise thereby unable to ans it.
2)Actually template for writing test cases differ from
Organization to Organization.
You can refer below format.
i) Test case Id
ii)Test case name/Condition.
iii)Test case subcondition.
iv) Description
v) Steps to be performed.
vi)Expected result
vii)Actual result.
viii)Status (Pass/Fail)
ix)Bug Id .
x)Application name/Module name.
xi)Version
3) Bug tracker tool.
xii)Developer name
xiii)Tester Name
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between data driven test(ddt) and parametrization
7 Answers Agile Software, CTS,
What are the reasons that WinRunner fails to identify an object on the GUI?
In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?
what is the purpose of '*', '&','.' symbols in Regular Expressions (winrunner)?
is manual testing knowledge is enough for attending interviews
How to insert the data in to the data table from the data base records?
2 Answers CTS, Landscape Technologies,
What is Add Watch?
I want to know is there any latest Win Runner Technology? If then plz tell me in detail. Thanks
what is the difference between copy and call?
what type of licence key r u using for winrunner software in your company?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
How to know from the script that whether the object is custom object or virtual object?