how to create user defined functions in QTP? can any one
expalin me with example..
Thanks in Advance for help
Answer Posted / chandu
u can create user defined functions by saving the file
as .vbs..just open notepad and write as below and save the
file with the ext .vbs
public function test
x=6
For i= 1 to x-1
x=i*x
Next
msgbox x
end function
then in QTP goto
File>settings>resources tab..add the .vbs file u created..
and then write call test.....in ur editor.
thanks
chandu
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How to create runtime property for an object?
Does QTP run in any environment?
In Remote acess server how u run a test?
can any one say that where we can download the QTP trail version ??????????
what type of automation is follwed in the project?
What is the parameterization? Give one example?
Explain qtp(quick test professional)?
In qtp, explain what is keyword driven automation framework?
To which environments does quicktest professional (qtp) supports?
What is QTP scenario.
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
please post the interview questions for QA position in FACTSET
What are the features and benefits of quick test pro (qtp 8.0)?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.