Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Data not getting entered in web edit box.
#3
Solved: 10 Years, 9 Months, 2 Weeks ago
Below is the script:

Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","H:\","open"
Browser("Browser").Page("Page").Sync
Browser("Browser").Navigate "https://www.ultimatix.net/"
datatable.Import  "H:\QTP_SServices\Ultimatix_Cred.xls"
datatable.SetCurrentRow(1)
'Retrieve the credentials
username=datatable(1,1)
password=datatable(2,1)
'Login
Browser("Ultimatix - Digitally").Page("Ultimatix - Digitally").WebEdit("USER").Set username

Browser("Ultimatix - Digitally").Page("Ultimatix - Digitally").WebEdit("PASSWORD").Set password

Browser("Ultimatix - Digitally").Page("Ultimatix - Digitally").WebButton("Login").Click

Browser("Home : Ultimatix - Digitally").Page("Home : Ultimatix - Digitally").Link("Logout").Click
Browser("Home : Ultimatix - Digitally").WinButton("Pop-up blocked. To see").Click
Browser("Home : Ultimatix - Digitally").Page("Home : Ultimatix - Digitally").Sync
Browser("Browser").Close

------------------------------------------------------------------
Reply


Messages In This Thread
RE: Data not getting entered in web edit box. - by anupam4j - 12-27-2012, 12:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to set value in application web edit box tanuj dewangan 4 3,490 07-29-2016, 03:58 PM
Last Post: harshadevadas
  Edit Recovery Scenario skegler 0 3,117 03-05-2014, 10:40 PM
Last Post: skegler
  Retrieving data from web table nsuresh316 1 2,971 03-03-2014, 08:29 AM
Last Post: basanth27
  Not able to edit existing scripts in QTP 11 prit deo 1 3,725 02-14-2014, 11:20 PM
Last Post: supputuri
  Link besides to any edit field prempujaripati 2 2,612 02-25-2013, 10:01 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 2 Guest(s)