Hi,Sudhanandareddy plz forword framework and ppts
for QTP to me. This is my mail id:
ranjith_99reddy@yahoo.co.in (your contact number also)
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between analog and low level recording
which type of testing process are you following in ur company? how to recognize a qtp page?
how can i impliment error handling in QTP?
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
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
write a qtp script to enter user name & password for flight reservation login page from excel sheet
write string reverse prog using vb script with out using string reverse statement();
Plz suggest me a good training institute in Mumbai/hyderabad for QTP…. Plz advice thank u
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
what type of test cases tou will automate?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
Ehat is the descriptive programing in QTP?