GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  WinRunner
Go To First  |  Previous Question  |  Next Question 
 WinRunner  |  Question 134 of 146    Print  
How do you call dll file from winrunner?

  
Total Answers and Comments: 1 Last Update: April 10, 2008     Asked by: dd 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 10, 2008 08:22:09   #1  
deshmukhsarang2003 Member Since: April 2008   Contribution: 5    

RE: How do you call dll file from winrunner?
We can call external function in winrunner using load_dll comand.

syntax : load_dll(pathname for dll)

We need to declare the function in dll as extern first befor using it in to the module.

 
Is this answer useful? Yes | No

 Related Questions

Please tell me the process of automating a website using winrunner..Is it recording or programming? or combination of both?
Read Answers (11) | Asked by : balaanu

Latest Answer : folks you may want to fall in love with obj_get_info. Instead of managing all the class specifi get infor ( edit_get_info, list_get_info.....)write a routine that accepts the element name and the property you wish to query. this will save you tons ...

Latest Answer : Hi friendsQTP supports dynamic objects,but winrunner does't support.,winrunner 8.0 supports .net applications also.and the main difference i think is Run time settings. ...
Read Answers (17) | Asked by : Sundra

I want to test a web page by using WinRunner.the GUI does not recognize the objects in the page, instead it takes HTML style which contains the objects. how to test the objects in the web page(EX:login PAGE)

Latest Answer : # MessageBoxA(Owner,Message,Title,Style); for (i=0;i
Read Answers (3) | Asked by : meetu

Latest Answer :  For example:public a,b;a=create_input_dialog("Enter value for a");b=rand();pause("Value of b",&b);c=a*10;pause("Value of c",&c);The function rand() will generate random no. ...
Read Answers (1) | Asked by : kumar

I have a scenario where A window with 4 questions and 'Yes' and 'No' radio buttons next to them are available.How to test that using WinRunner?Only if all the question are 'No' and ''yes' radio buttons are not selected then I can continue further to next window.If one yes and rest all no's are selected then I exit the box and vice versa.Please answer this ASAP and I would really appreciate your help.
I thought may be I have to use if loop but I am not sure about the syntax of it and how to write it. 
Read Answers (2) | Asked by : reshmi

Latest Answer : hai, First install Xrunner application in Linux/unix .After install winrunner.  WinRunner application support Xrunner application in Linix/Unix.byesri ganesh ...

Latest Answer : HI     Wrun.ini is an intialization file in winrunner.it automatically loaded when u start the winrunner. by loading this file winrunner loads the default values with respect to our sytem hardware and software configuration.but ...
Read Answers (1) | Asked by : sandeep

Hi, I am using WinRunner 8.01 with Java Addin. It does not recognize the Java Applet. As no code is generated in WinRunner when a object is selected on the Applet. Thank you
Read Answers (1) | Asked by : Ehsan


 Sponsored Links

 
Related Articles

What is Data File

In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica
 

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

How WinRunner Can Be Used To Test GUIs

There are a number of uses for WinRunner. The primary function of this program is to serve as a testing tool  for various applications. Some developers will use WinRunner for load testing purposes. It is excellent when it comes to functioning at the GUI layer, and the user can record and an
 

WinRunner Features

For those of you who are using WinRunner 7.5 or higher, you will find that the program has a number of advanced features. These features are designed to make the software application much more efficient. Understanding these features as well as their functions will allow developers to maximize the ca
 

How WinRunner Works

WinRunner is a powerful program that will give you the ability to create tests that are highly adaptive and functional. WinRunner will function by generating a test that is based on the normal actions that a user would carry out. Some examples of these actions could be ordering a product or opening
 

WinRunner Script Design Tips

Scripts play an important role in the function of WinRunner. Those who wish to successful with this program will need to learn how to properly create scripts. In this article, I will provide you with a number of useful tips for script creation. The first tip of script development is to always place
 

WinRunner Programming Concepts

If you want to create WinRunner scripts that are highly efficient, there are important programming concepts that you will want to become familiar with. Understanding these concepts will provide you with a large number of key benefits. In addition to understanding these concepts, you must also learn
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape