Hi,will U Please Provide me details certification for QTP
&QC and also please provide me the Material also.
Send to mail:jjaanu2mail@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
one page contain next button.when we enter that its not going to next page.what type of error that one.
Can a function return a dictionary object?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
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
What r the different type of reports generated in Quality Center?
How u call functions in QTP
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
Define Environment Variable in UFT and its uses?
What is Optional step?
diff between dim & redim ? in detailed? pls any one explain me?