What are the standards will you maintain at the timing of
writing TSL script in WinRunner?
Answers were Sorted based on User's Feedback
Answer / allin
might be these options are applicable
1)convert custom objects into standard gui objects
using gui spy and gui map editor
2) using gui map configuration change or config the object
properties
3)unrecognized portion of object recognization using
virtual object wizard
i thought that these are all options available....check it
out
Cheers,
ratna rao
9869770084
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / p73_73@yahoo.com
Standdards:
1. code conventions should be followed.
2. Proper commenting should be there in code.
3. GUI Map file should be configured and objects should
renamed so that it is easy to understand and easy to write
ther script. (If you are recording you can use default GUI
map file objects name, if you are writing scripts, it is
always better to rename according to object)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohan
at the time of writing TSL, we should use user defined
function to reduce the length of the code. simply we have
to generate effective code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raja
Using wraper functions - means using user defined function
which does the same thing what the system function will do.
If we have set_window ..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / umasubbu4u
There are no such standards. But, we need to concentrate on
the logic and check points we are applying, language
sytnax.
| Is This Answer Correct ? | 0 Yes | 1 No |
pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent
How do you handle pop-up exceptions?
In the Object properties MSW id,MSWclass will appear..what exactly MSW means..?
How do you create a startup script in winrunner and what is consists generally?
i was given test cases which are in quality center and i need to automate them using winrunner . the application is a power builder , client server and based on windows. so how should i go about automating my test cases ( winrunner and quality centre are the tools used)
What are the reasons Winrunner fails to identify an object in the GUI?
3 Answers Bristle Cone, Logica CMG,
how can we upload manul test caseses in to test director
what is difference between smoke & sanity testing?
How do u check FONTS in Login Window?
How to automate testcases?what were the challanges that u had in automating win runner?
1,You have scripts in Qtp8.2 and some scripts 9.0 ..how to handle ?
Have you ever created a start-up script?