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 94 of 146    Print  
Explain why these TSL functions required in WR.
1.set_record_attr(" ", "class html_name MSW_class", "regexp_MSW_class attached_text", index");

2.set_record_method(" ", RM_RECORD);

3.set_class_map("html_table"," ");



  
Total Answers and Comments: 2 Last Update: March 16, 2007     Asked by: Rbabu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 07, 2007 00:29:16   #1  
Rbabu        

RE: Explain why these TSL functions required in WR.

Hi,


Anybody can explain these functions please

1.set_record_attr("html_frame", "class html_name MSW_class", "html_id frame_id", "index");
2.set_class_map("html_table", "object");
3.set_record_method("html_table", RM_RECORD);

 
Is this answer useful? Yes | No
March 16, 2007 05:26:06   #2  
choti        

RE: Explain why these TSL functions required in WR.
Some objects WR recognizes as generic object. Adding custom properties for objects allows to manage them as concrete objects with by their properties: # add new object html_table to GUI map Configurationset_class_map("html_table", "object"); # define custom html_table class as specialized object# define its mandatory, optional properties and identification methodset_record_attr("html_table", "class html_name", "attached_text MSW_id MSW_class", "location"); set_record_method("html_table", RM_RECORD); # and recording method (context sensitive)# add attributes to html_radio_button objectset_record_attr("html_radio_button", "class MSW_class html_name", "", "location");
 
Is this answer useful? Yes | No

 Related Questions

Using the function load_dll("c:\windows\system32\msvcrt.dll"), I loaded the dll to winrunner.When I declare the functions which return void in c, I don't know which keyword I should use in Winrunner.example:C ——void window(int left, int top, int right, int bottom);
View Question | Asked by : tracy

View Question | Asked by : Srihari

Latest Answer : hiYes it is possible.Winruuner script programming style is different from C language programming style.In winrunner the lot of bulit in function used for scripting.But some of the functions is envornment defented ,it's not work with java add-in.Other ...
Read Answers (1) | Asked by : Kumar

Hi there,Winrunner partially supports web application testing. What kind of problems we face while testing web application using winrunner? Please explain with some examples.
Read Answers (1) | Asked by : archana

Latest Answer : auto, static, extern, public are the variable types allowed in winrunner. ...

How many types of approaches (like data driven) r there in winrunner and qtp. plz explain each approach.
Read Answers (1) | Asked by : Arvind

Hi, Can anyone explain me how to do regression testing using winrunnerFor example: In Yahoo mail login page, I have inserted a GUI check point for OK button and the OK button disabled after entered the username and password. I sent a bug to developer and it is resolved now. Tell me how to regression testing.OR explain me with a good example if i my understanding is wrongThanksRam
Read Answers (5) | Asked by : Ramkumar

Anybody can explain about Exception Handling in winrunner? What are the exception handler functions in winrunner with example?
Read Answers (1) | Asked by : Naladala

1.set_record_attr(" ", "class html_name MSW_class", "regexp_MSW_class attached_text", index");2.set_record_method(" ", RM_RECORD);3.set_class_map("html_table"," 
Latest Answer : Some objects WR recognizes as generic object. Adding custom properties for objects allows to manage them as concrete objects with by their properties: # add new object html_table to GUI map Configurationset_class_map("html_table", "object"); # define ...
Read Answers (2) | Asked by : Rbabu

I am executing my Win Runner scripts from Quality Center. Sometimes , the quality center is not able to execute the script and throws the error message as "Test Director can execute the current automated test".Though it opens Win Runner but it is not able to execute the script further. Also, i have registered all the DLLs required for Win Runner .Can anyone help me on this?
Read Answers (1) | Asked by : Rakesh


 Sponsored Links

 
Related Articles

Microsoft AJAX Library - Anonymous Functions

Anonymous Functions Anonymous functions can be created adhoc and used instead of a named function Although this can hinder readability when the function is more complex you can do this if you don t intend to reuse a function s code In the following example we pass such an anonymous function to Displ
 

Microsoft AJAX Library - Functions as Variables

Functions as Variables In JavaScript functions are first class objects This means that a function is regarded as a data type whose values can be saved in local variables passed as parameters and so on For example when defining a function you can assign it to a variable and then call the function thr
 

Microsoft AJAX Library - JavaScript Functions

JavaScript Functions A simple fact that was highlighted in the previous chapter but that is often overlooked is key to understanding how objects in JavaScript work code that doesn t belong to a function is executed when it s read by the JavaScript interpreter while code that belongs to a function is
 

ERPAdvantages for Management Functions

ERP Advantages for Management Functions ERP management systems provide a technology platform in which organizations can integrate and coordinate their main internal business processes They use this to fight against the problem of the organizational inefficiency brought on by the use of different sys
 

C++ Static Functions

C Static Functions Static member functions have a class scope and they do not have access to the this pointer of the class When a member is declared as static a static member of class it has only one data for the entire class even though there are many objects created for the class The main usage of
 

C++ Virtual Functions

C Virtual Functions What are Virtual Functions Virtual as the name implies is something that exists in effect but not in reality The concept of virtual function is the same as a function but it does not really exist although it appears in needed places in a program The object oriented programming la
 

C++ Inline Functions

C Inline Functions In this C tutorial you will learn about Inline function what is inline function reason for the need of inline function what happens when an inline function is written general format of inline function explained with example mosgoogle center What is Inline Function Inline functions
 

String handling functions

What is the string handling functions present in header file <string.h>? There are number of string handling functions present in string.h. In other words if a programmer uses any of the function present in string.h then they must include the header file as #include <string.h&am
 

Explain about TNSPING

You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping < SID for the database connectivity you want to check > If you get the message “Used TNSNAMES
 

SQL Functions

SQL Programming Overview In the article SQL Programming, we discussed creating the “Hello, World!” function in PostgreSQL, MySQL, and Oracle. In this article, we take “Hello, World!” one step farther and introduce the parts of a function and how to pass parame
 





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