Forum Discussion

sridharp_mcf's avatar
sridharp_mcf
Contributor
14 years ago

Test Complete 7 not recording actions

Hi



We are using Test Complete 7.52.678.7, Enterprise version working on Window XP service pack 3, RAM 1 GB, 2.8 processor, with 80GB Hard disk environment, When we are recording the actions like click on links, enter values in to text boxes, click on Buttons  etc.., Test Complete not generating the recorded actions scripts. It is generating a simple scripts with out recorded actions like below. Initially the same problem solved by inistalling the script debugger file, again we are getting the same problem. We are not getting under the which scenario its not working. Please any one help me in this regard how to solve this problem.



Sub Test1


  Dim iexplore


  Dim page


  Dim page2


 

Set iexplore = Aliases.iexplore


Call iexplore.ToURL("http://98.129.65.215/hopes/Home.aspx")


iexplore.pageHopesHome.formForm1.tableHeaderBg1.cell.panelAdminBg.table.cell.panelDdtabs2.linkUcheader1Lnkadmin.Click


Set page = iexplore.pageWelcomeHopes


page.Wait


  page.formAspnetform.tableInnerheaderBg.cell.panelAdminBg.table.cell.tableCtl00WucheaderTblmainmenu.cell.panelCtl00WucheaderDivmainmenu.linkRoles.Click


  Set page2 = iexplore.pageRoles


  page2.Wait


  iexplore.pageRoleDetailsPage.Wait


  page2.Wait


  page.Wait


End Sub





Thanks in advance.





Regards,

Sridhar P

16 Replies