HOW to invoke any recorded script in QTP with out using
RECORD & PLAYBACK CONCEPT?
Answer / sreeprasad
(1).invoke_record (path of the record)
(2).by using reusable functions and calling them in the
program
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the pros and cons between QTP and Rational Robot
how to select the work for complete automation and one more thing when u are going to choose automation
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
what is the difference between IE & Netscape in web testing on a log in page
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
Tell me the QTP Advantages and Disadvatages ?
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?
what is the latest version of QTP? Main difference between 9.2 and 10 version
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???