Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Descriptive Programming in Window Applications.
#1
Solved: 10 Years, 8 Months, 3 Weeks ago MyBB 
Hi
Which one is better?
Pure keyword Driven approach or keyword along with descriptive programming for Window based applications.

I have an example of Web Apllication using Descriptive programming. Can anyone give me a link to find Descriptive Programming example for Window Based application.
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Check if this is useful:
https://www.learnqtp.com/descriptive-pro...implified/
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,
This is the for flight sample application..

'Invoking the Application
Code:
invokeapplication"C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe"

'Loginging to the Application
Code:
Dialog("text:=Login").WinEdit("attached text:=Agent Name:").Set "sridhar"
Dialog("text:=Login").WinEdit("attached text:=Password:").SetSecure "47e2b30da686ac4f243e9c695c64fa76c5931577"
Dialog("text:=Login").WinButton("text:=OK").Click

'Opening a particular order
Code:
window("text:=Flight Reservation").winmenu("menuobjtype:=2").Select "File;Open Order..."
window("text:=Flight Reservation").Dialog("text:=Open Order").Click
Window("text:=Flight Reservation").Dialog("text:=Open Order").WinCheckBox("text:=&Order No.").Set "ON"
Window("text:=Flight Reservation").Dialog("text:=Open Order").WinEdit("window id:=1016").Set "4"
Window("text:=Flight Reservation").Dialog("text:=Open Order").WinButton("text:=OK").Click

So Explore this script according to your needs..

Regards
Sridhar
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to Deal with AngularJS Applications with UFT 15 nistalaramesh 0 1,020 07-29-2021, 09:53 PM
Last Post: nistalaramesh
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,721 04-25-2019, 08:17 PM
Last Post: Ankur
  UFT Tool support with Descriptive programming laks 1 1,615 07-05-2018, 05:31 PM
Last Post: Ankur
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,651 06-07-2017, 01:41 PM
Last Post: Ankur
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,883 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP

Forum Jump:


Users browsing this thread: 1 Guest(s)