Object repositories types, which and when to use?
No Answer is Posted For this Question
Be the First to Post Answer
how to do regression testing in qtp? plz give ans with examples
How to "Turn Off" QTP results after running a Script?
What is an environment variable?
How did u write macros?What is the main importance of VB macros in testing environment?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
What do you mean by iteration?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
how do u create new test sets in TD
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
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
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.