02-01-2012, 01:39 PM
Hi,
please let me know the syntax of descriptive programing is correct for the below mentimoed script.
I am retrieveing the EMI using Descriptive Programing.
when i run the above script the error displays as:
"The test run cannot continue due to a syntax error.
Expected ')'
Line (1):
please can any one assist on this.
Regards,
Shwetha
please let me know the syntax of descriptive programing is correct for the below mentimoed script.
I am retrieveing the EMI using Descriptive Programing.
Code:
systemutil.Run"iexplore.exe","http://www.homeloanshub.com/mortgage-calculator/"
Browser (name:="Mortgage Calculator").page(title:="Mortgage Calculator").webedit("principal").set"1000000"
Browser (name:="Mortgage Calculator").page(title:="Mortgage Calculator").webedit("interest").set"2"
Browser (name:="Mortgage Calculator").page(title:="Mortgage Calculator").webedit("tenure").set"5"
Browser (name:="Mortgage Calculator").page(title:="Mortgage Calculator").webbutton("Calculate").Click
when i run the above script the error displays as:
"The test run cannot continue due to a syntax error.
Expected ')'
Line (1):
Code:
"Browser (name:="Mortgage Calculator").page(title:="Mortgage Calculator").webedit("principal").set"1000000"".
please can any one assist on this.
Regards,
Shwetha