Skip to content

Releases: CoedotzMagic/CoedotzMagic-qatools

v2.0.2

25 Aug 15:30

Choose a tag to compare

Changelogs :

  • Improving DataDrivenTesting

Full Changelog: 2.0...2.0.2

v.2.0

23 Aug 23:55

Choose a tag to compare

changelogs:

  • Add NavigateBack() & NavigateForward() in BrowserHelper
  • Add WebDriverWait() in DriverHelper
  • Add UIComponents (Alert, Button, Checkbox, Dropdown, Inputfield, RadioButton & ToggleSwitch)
  • Big Changes & Improving in GetValueHelper and VerifyValueHelper
  • Implement Standalone library CoedotzMagic KillWebDriver & DriveByDataXCel
  • Improving Code & Perfomance
  • Bug Fixes

Full Changelog: 1.5.2...2.0

v1.5.2

25 Jun 07:45

Choose a tag to compare

changelogs:

  • User can free to set path data driven file (excel file .xls)

Full Changelog: 1.5.1...1.5.2

v,1.5.1

19 Jun 07:31

Choose a tag to compare

changelogs:

  • Added method for get Value Inputfield & Textarea
  • Update Dependencies

Full Changelog: 1.5.0...1.5.1

v1.5.0

23 May 07:10

Choose a tag to compare

changelogs:

  • fix ambigue info verify value
  • add ScrollToElementXpath
  • Get Date Time Specific & Separate
  • CloseBrowser()
  • Update Dependencies

v1.4.1

15 Apr 05:38

Choose a tag to compare

changelogs:

  • feature Text CapitalizedString & CamelCaseString in TextUtil (1.4.0)
  • GetResultVerify & VerifyMatchTextorValue in VerifyValueHelper (1.4.0)
  • WebServices HitAPI (1.4.1)
  • user can view ShowErrorMessage when Exception by call ShowMsgError() in class QATools (1.4.1)
  • Update Dependencies

v1.4.0

10 Apr 09:05

Choose a tag to compare

changelogs:

  • Add feature Text CapitalizedString & CamelCaseString in TextUtil
  • Add GetResultVerify & VerifyMatchTextorValue in VerifyValueHelper
  • Update Dependencies

v.1.3.2

13 Mar 09:07

Choose a tag to compare

changelogs:

  • Add feature Get Current URL in GetValueHelper
  • Add feature Scroll The Page (Wheel Page Scroll) in InteractionAndKeys
  • Reflactoring method CapthaManual & CapthaAutomation to CaptchaManual & CaptchaAutomation
  • Improving Exception Handling

v.1.3

05 Mar 08:42

Choose a tag to compare

changelogs:

  • Add Refresh Page & Navigate Url
  • Add Mouse Over Current Object
  • Add Get Current Xpath Element
  • Implement Continue On Error (When the Error when running, user can go ahead without stop exception)
  • Improving call Elements
  • Improvment Perfomance

v.1.2

20 Feb 20:24

Choose a tag to compare

changelogs:

  • add clearInputField in TextUtil
  • fix TextUtil.extractText() null output
  • improving wait timeout
  • improving element helper to get element
  • improving tellmewhy