Micro Focus QTP (UFT) Forums
regarding QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: regarding QTP (/Thread-regarding-QTP)



regarding QTP - siri - 02-27-2008

Hi Ankur ,
please help me regarding the qtp dp programming .I have text box ,combo box and list box in my request type i want o know how to write script .I want to know how to execute test cases in QTP that is very muxch important please help me ASAP


RE: regarding QTP - Ankur - 02-28-2008

you can go through the post on DP on my blog... that will answer all your questions


RE: regarding QTP - siri - 03-07-2008

[quote=siri]
Hi Ankur ,
i have gone throught the dp ppt .
For eg my project enables the script stead below
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","C:\Documents and Settings\501404673","open"

Browser("SSO LOGIN").Page("Page").Sync
Browser("SSO LOGIN").Navigate https://dev-itg.health.ge.com/itg/dashboard/app/portal/PageView.jsp

Browser("SSO LOGIN").Page("SSO LOGIN_2").WebEdit("username").Set "501166668"

Browser("SSO LOGIN").Page("SSO LOGIN_2").WebEdit("password").SetSecure "47ce8391a1443e52bb0fdf6acc2e52f722229eb47af873267ba5"

Browser("SSO LOGIN").Page("SSO LOGIN_2").WebButton("Log In").Click

Browser("SSO LOGIN").Page("Dashboard - CC [HP]").Link("Create a Request").Click

Browser("SSO LOGIN").Page("Create New Request [HP]").Link("Shift Factor - RT").Click

Browser("SSO LOGIN").Page("Create New Shift Factor").WebEdit("P_1").Set "tcs"

Browser("SSO LOGIN").Page("Create New Shift Factor").WebList("P_2").Select "Yes"

Browser("SSO LOGIN").Page("Create New Shift Factor").WebEdit("P_3").Set "1"

Browser("SSO LOGIN").Page("Create New Shift Factor").WebEdit("P_4").Set "1.2"

Browser("SSO LOGIN").Page("Create New Shift Factor").WebEdit("P_5").Set "1.3"

Browser("SSO LOGIN").Page("Create New Shift Factor").WebEdit("P_6").Set "1.4"

Browser("SSO LOGIN").Page("Create New Shift Factor").WebEdit("P_7").Set "1.5"

Browser("SSO LOGIN").Page("Create New Shift Factor").Link("Submit").Click


So this goes fine when recording can u tell me how to write the same through the help of descriptive programming plsssssssss


RE: regarding QTP - siri - 03-24-2008

What ankur no reply at all nobody can explai nme to do this pls any one


RE: regarding QTP - Ankur - 03-24-2008

As I told you please go through the post on DP.

What you are asking is a very basic question and can be solved easily if you try and do some efforts from your side (look at the comments on the same post, earlier forum posts, or at least search on Google)

We don't believe in spoon-feeding, that will only hamper your growth in the long run.