WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Answer Posted / brahmareddy
the use of functional generator in qtp is which lists out
the all the built in functions in qtp and helps you to
write the vb script for un known objects.
Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is quicktest professional?
Explain the difference between call to action and copy action?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
What is an object repository?
what are the limitations of smart identification in qtp 9.0
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
Analyzing the checpoint results?
What is Distributed testing? How does UFT support it?
why should we give deliver good quality software?
How to call a test from another test?
explain abt dyanamic changing object with example?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?