What is the Extension File name of WinRunner?
Answers were Sorted based on User's Feedback
Answer / mahesh kumar
Anniyan answer is exactly correct....
By Default, if u save, it will automatically creates some
default folders.... it wont ask any extension for the file....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subodh jha
whenever we a saving the WinRunner Script at that time they
asked the file name without extension. it has no any
default extension name.and it has no any specific Extension
name for winrunner Script.
skjhga2000@rediffmail.com,India
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sateesh_t7101@yahoo.co.in
Mr.Anniyan ans is exactly correct
so if u run the test in any one of the mode it will create
some default folders
verify:db,exp,res,chk(are folders),header,script(files)
debug:db,debug,exp,chk(are folders),header,script(files)
as u know that update mode is for updating u r .....
but there r two different run modes..
those are fast and normal
it is the WR execution mode:fast or normal
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / g_vmadhav
extension for testscript in winrunner is .sav
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / anniyan
As far as my knowledge there is no extension like .tsl,.sav
Actually when u save the script in winrunner it saves as a
folder rather than a file.
it consists of sub folders like 'db','exp'
If any thing wrong in aboue answer ..clarify me..
Anniyan
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / aaa
There is no extension for Winrunner. Winrunner stores all
the automated scripts in a folder.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / majesticm
There is no extension for the files saved with WINRUNNER.
Once a script is saved, it will be created with 2 folders
db and exp along with a headerfile and the script. .gui is
the GUI file that supports the script in identifying the
objects in the script. Thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the Win Runner tools for functional testing?
i this is priya speaking, any 1 tell me project detail for NETBANKING and HELTHCARE pls send to this E-MAIL ADDRESS; (priyadharshni2@yahoo.com)pls qik, thank u once agajn.
how are objects identified by winrunner
hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.
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); >
How do winrunner connects to SQL database and what option is use?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
Do we need start up file in win runner??if yes then why?and no then why?
Will TSL supports function overloading and operator overloading?
what is the function key to toggle a breakpoint
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 u can crate a database checkpoint in ur script?