Wednesday, October 23, 2013

Record objects for CUITe using CUITe_ObjectRecorder


  • Download  CUITe_ObjectRecorder from below link
·         CUITe for .NET v4.5 ( try this and install it – start  CUITe_ObjectRecorder.exe )
·         CUITe for .NET v4


Steps to create CUITe Object
  • Address: Add user which user want to test
  • Click on Record button ( recorder started to record object)
  • Click on User Name, Password textbox and Sign-in button
  • Tool will generate code below application
  • Click on Code icon ( Notepad will open with code)
  • Copy the object code which are generated while recording object
  • Paste in object repository file which created for object repository ( in .cs file)
That’s all, your object repository will be looking like below

  • User has to add following code:
  • ORLogin class should be public– so that class can be use globally
  • Inherit the class ORLogin from CUITe_BrowserWindow
  • If user have created folder for object repository folder then namespace would be display folder name as well

No comments: