Hai Friends this is Rajesh , Is there any Site or Blog that
Video tutorials of Qtp that can be free downloadable to Pc.
Friends if any body know that site or blog please send me
because i'm really in need for that because i cannot
affordMoney in learning Course in Institutes due to
Financial Problem . So please Forward that Site or Blog
which provides Downloadable Video Tutorials in Free to PC ,
As My Friend is having PC thru that I'm planning to learn.
So Kindly help me Friends if you are aware of that Site/Blog
Answers were Sorted based on User's Feedback
Answer / aruna
Hai,
You can visit the site "www.guru99.com" which will be very
helpful for you.
Hope u find it useful.
Aruna
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bujji
HI Rajesh;
There is a website called " Easy Way To Automation Testing"
That may give you better understanding about QTP with Video
Files and step by step details mentioned.
Hope this would work for you...
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of object repository?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
what is object and child object.. explain ..if possible give some example for better understanding ..
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
What are the ordinal identifiers in web page?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How many ways we can parameterize data in QTP?
If enter into interviewer room? how u introduce with him. with shakehand or waht?
what is check point?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?