1 / 8

web automated tests

Marcin Lukasiak (SESEO). web automated tests. Who did this?.

afram
Download Presentation

web automated tests

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MarcinLukasiak (SESEO) web automated tests

  2. Who did this? MarcinLukasiak is working in Java for more then 7 years. Currently he holds Senior Java Engineer role at CUSP. He holds M.Sc. in Computer Science from Wroclaw Uniwersity. He is also the head of SESEO (Students Enterprise Software Engineering Organization).

  3. History – usual boring thread • Marcin joins PowerMedia company. • At 2004 Marcin and JacekKaczmarek (PowerMedia) prepares presentation about R.A.T. for WoCoa conference. • After more then 3 years Marcin decides to continue this journey.

  4. Topic • What automated means for JWat? • What is JWat? • What JWat is not? • How JWat works? • Integration with web frameworks. • What this gives me - developer?

  5. Whatautomated means? • No scripting language involved. • No imperative web conversations (aka. HTTPUnit or JWebUnit tests). • Randomness is a key. • Rather guide test executor than tell him what to do. • No need to record web conversations. • Whole bunch of clever monkeys use your app!

  6. What is JWat? • Test Execution Engine for web apps. • Tests are generated dynamically during runtime rather then statically in code. • Provides auditing capabilities. • Set of tools to make testing comfortable. • Additionally - more distinguished sanity test generator.

  7. What JWat is not? • It’s not unit test generator! • It’s not acceptance test generator! • It’s not panacea for all web testing problems! • But it does it’s job good!!!

  8. How does it work?

More Related