Quick glance on Test Builder

Check out QAliber Builder capabilities, you can download the scenario for each sample.
This is just a small taste to get you going with QAliber. check out QAliber wiki to learn more.

Part I: Basic Web & Desktop scenarios

 

Simple Desktop calc (XP) sample. Highlights in this scenario:

  • Launch process.
  • Find and Click on desktop app control.
  • Send keyboard to specific control.
  • Read text from desktop control.
  • Output to varaiable.
  • Download the scenario from here

 

Simple Desktop ms paint (XP). Extending QAliber:

  • Add new developed test case to repository.
  • Add new recorded macro to macro repository.
  • Includes Visual Studio Test Case dev project.
  • Download the scenario (and related files).

 

Simple Web automation sample. Highlights:

  • Launch process with parameters.
  • Find and Click on web controls.
  • Wait for Web controls.
  • Take screen capture on step.
  • Coming soon

Part II: Flow control & variables

The following samples expanding the basic desktop calc scenario,
making it more robust test scenario by using loops, conditions and variables.

 

If Else:

 

ForEach loop. We continue to expand the calc example by adding:

 

calc with flow controls. sample 3 :

Part III: More advanced features:

Check out some of the more advanced capabilities. Expand your test even more by
adding Macros, Image Recognition, Process Monitoring & more.

 

Macros. Sometimes small tasks require macro usage, this will go through:

  • Record & Edit macro.
  • Run macro using macro repository or play macro step.

 

Google maps automation using Image recognition. This strong feature helps you handle
controls which the qaliber engine does not recognize. Features on this tutorial:

  • Wait for image.
  • Click on control recognise by his image.
  • Coming soon

 

Monitor performance. see how easy it is to add performance test to your application.
You decide when to take measure and the log shows you performance based on you app tasks

  • Create and run performance monitor.
  • Analyze the performance log.
  • Coming soon