what is mean SRS and URS .
differns btwn SRS and URS
Answers were Sorted based on User's Feedback
Answer / parthiban
Hi,
URS = User Requirement Specification
As a user what do you expect from the system. For e.g.
System should have the facility of providing the
acknowledgement receipt to the enduser after the
registration in online.
SRS=System Requirment Specfication
To met the URS, how to design the system. What system
requries to satisfy the URS.. For e.g. requirement =
Acknowledgement
So Input, process, output these details have to be captured
as a part of SRS to met the acknowledgement requirement.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / diji
SRS- SOFTWARE REQUIREMENT SPECIFICATION
US-USER REQUIREMENT SPECIFICATION
| Is This Answer Correct ? | 18 Yes | 6 No |
Answer / niveditha
Hi,
SRS is system requirement specification which usually
contains functional requirements.
URS is user requirement specification which contains
business requirements.
We use SRS for creating Unit test cases (mostly) as well as
functional test cases
USR is used to come up with test scenarios & functional
test cases.
| Is This Answer Correct ? | 12 Yes | 4 No |
is manual testing knowledge is enough for attending interviews
i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.
What is database check points? how many types are there?Explain?
How do handle error/exceptions in winrunner.
How to remove the data driven wizard from the script?
What are the functions generate when u use GUI Check point?give me some of ones?
What is the difference between bitmap checkpoint and image checkpoint?
What is a checkpoint and what are different types of checkpoints?
What is the add-in used to test the web application in winrunner?
1 Answers Hanu Software, Second Foundation,
What is toogle breakpoints? How does it differ from break points?
how do to stop the functionality of UDF