Service Virtualization

 View Only

Webcast Recap: DevTest &  Selenium 

Sep 08, 2016 03:08 PM

Thank you to everyone who joined this webcast on September 8, 2016 which featured a presentation on DevTest & Selenium. A big thanks to Daniel Mazzei for presenting this topic to the community!

 

Below are all the relevant webcast materials:

Statistics
0 Favorited
7 Views
2 Files
0 Shares
6 Downloads
Attachment(s)
pdf file
DevTest Webcast Q&A Transcript (DevTest & Selenium) - Sep....pdf   131 KB   1 version
Uploaded - May 29, 2019
pdf file
Using Selenium with DevTest 9.5 v6.pdf   4.39 MB   1 version
Uploaded - May 29, 2019

Tags and Keywords

Comments

Sep 26, 2016 03:41 PM

Selenium 3 is Coming!

Stay tuned for updates.

Sep 22, 2016 09:33 AM

Following up with some "Good to know!" items:

 

  • Installation
    • The CA Application Test for Selenium Builder Plugin is a plugin for Selenium Builder (plugin for a plugin)
  • Browser Support (drivers)
    • Record in Firefox
    • Playback in Firefox, Chrome, Safari, or IE
  • Assert vs. Verify
    • Verify fails at end of the test when step fails
    • Assert stops test when step fails
  • Click vs. ClickAndWait
    • Click button may fail Assert/Verify
    • Use ClickAndWait with timeout instead
  • Steps vs. Scripts
    • A Selenium Step is displayed as a single action (easy to edit)
    • A Selenium Script is a series of steps displayed together as one step (easy to change inputs using CSV data file)
    • Both can be linked together to form test cases in DevTest
  • Selenium issues (it is Open Source, after all)
    • Switch to frames (use multiwindow instead)
    • Script playback in different browsers (requires Web drivers and Properties)
    • Recording not starting (disable and re-enable)

Related Entries and Links

No Related Resource entered.