what is add-in manager in WinRunner?
Answers were Sorted based on User's Feedback
Answer / manas
Add-In Manager list the Winrunner supported technoloies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghunandan rao
AddiIn Manager shows the list of technologies supported by
winrunner i.e
Power builder
ActiveX
Web test
VB test
| Is This Answer Correct ? | 0 Yes | 0 No |
can anybody tell me in realtime how tester access web based build and window based build
When would you use 'set_window' and when would you use 'win_activate'?
For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)
What is the difference bitween Client/Server Applications and Web Applicaions?
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 custom check point? what is the diff.between custom check point and runtime Record check ?
2 Answers Infeneon Technologies,
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
How can withwin runner to make single scripts which supports multiple languages?
How to calculate the edit field length
Which Key is pressed to toggle between Analog and Context Sensitive Mode?
how u can crate a database checkpoint in ur script?
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?