can anyone please send me qtp framework material please its
urgent
Answer / vadi
Check the below link, you will find more about Frameworks
http://qtp.blogspot.com/2007/06/choosing-test-automation-
framework.html
| Is This Answer Correct ? | 0 Yes | 0 No |
How to measure transaction time through VBScript without using start and end transaction points?
What is meant by virtual obj and Y do v need virtual obj configuration.
What is the function of Filter in QC . give with a real time example.
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?
how to main tain the Old scripts in qtp?
Can anyone please explain me the process of automating an application using QTP as i am new to this?
How to find the OS name by using QTP script?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
who is the best faculty in Hyderabad for QTP?
Why do we use breakpoints in QTP?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4