Hi All ,
How can we decicde for pariticular frame(DataDriven or
Keword Driven)in Project?
Thanks
Balaji
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of virtual objects?
What are output values and why they are used ?
How we can differentiate between stand alone application and web application in QTP?
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
What are the types of object repositories? Which one is you using?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
Can U Explain about QTP tool from older version to latest version also its differences?
How to check which add-ins are associated with a test in qtp?
what is the Exact Meaning of Environment Variables?
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next