Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Complete list not displayed in PEGA7
#1
Not Solved
Hey All  Big Grin -

I was automating one of the portals which was developed using PEGA7 CPM framework. The page had country auto-complete drop box where typing into the box two or three letters will display list of related countries.

I was able to see the list showing up during recording with UFT 12.0. However, when I play back, the list is not getting displayed

Below is complete code for the page


Code:
Browser("Pega 7").Page("Pega 7").WebEdit("UserIdentifier").Set "user3@sedgwick"
Browser("Pega 7").Page("Pega 7").WebEdit("Password").SetSecure "565a7c3c5d52ba74ceb5adf22fa723d1da7d2c5e93a3b2ac"
Browser("Pega 7").Page("Pega 7").WebButton("Log In").Click
Browser("Pega 7").Page("CPMInteractionPortal").Link("New").Click
Browser("Pega 7").Page("CPMInteractionPortal").Link("Intake").Click
Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebEdit("$PpyWorkPage$pClient$pClientNa").Set "golden"
Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebButton("Search").Click
Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebButton("Select").Click
wait 5
Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebEdit("$PpyWorkPage$pCallBackDetails$_4").Set "Ind"
wait 5

Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebEdit("$PpyWorkPage$pCallBackDetails$_4").Set "India"
wait 10
Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebEdit("$PpyWorkPage$pCallBackDetails$_5").Set "9989976892"
Browser("Pega 7").Page("CPMInteractionPortal").Frame("PegaGadget1Ifr").WebButton("Save").Click
Browser("Pega 7").CloseAllTabs



Any clue on fixing this will be appreciated!

Thanks much,

Charan
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Frames Auto-Incrementing In The Repository zunebuggy 0 1,074 11-15-2017, 10:18 PM
Last Post: zunebuggy
  verify that parent properties match object currently displayed in your application. sona 0 2,934 02-21-2016, 12:00 PM
Last Post: sona
  Auto suggest WebEdit Harsha 0 2,998 05-18-2014, 01:59 PM
Last Post: Harsha
  Auto save in QTP kalaivanan123 0 2,723 11-12-2013, 12:58 PM
Last Post: kalaivanan123
Big Grin QTP 10 not detecting Elements from auto suggest listing Sanjay_aggarwal 1 2,688 07-16-2013, 02:35 PM
Last Post: ssvali

Forum Jump:


Users browsing this thread: 1 Guest(s)