How can you use parametrization using Descriptive programming?

Questions by jayasreeapparaju

Showing Answers 1 - 3 of 3 Answers

Hi,
    This is Ijaz.

I am sending sample code how to use parameterization using Descriptive Programming.

SystemUtil.Run "D:Program FilesMercury InteractiveQuickTest Professionalsamplesflightappflight4a.exe"

Dialog("text:=Login").WinEdit("attached text:=Agent.*").Set DataTable("ID",dtGlobalSheet)

Dialog("text:=Login").WinEdit("attached text:=Pass.*").Set "mercury"

Dialog("text:=Login").WinButton("text:=OK").Click

Window("text:=Flight.*").Close

It's Working Fine. Reply if not working. my ID is ijaz.gadiwan@rediffmail.com

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions