Balin automation testing framework index.

Test More In Less Time

Run Automation Testing In Parallel On The LambdaTest Cloud

Start for free

Description

Balin is a browser automation library for Kotlin. It's basically a Selenium-WebDriver wrapper inspired by Geb which uses power of the Selenium-WebDriver API.

Support and updates

  • Balin has 69 stars, 14 forks.
  • It has 0 major releases in the past 6 months.
  • It has 0 commits and there are 0 open pull requests.
  • It has 0 open issues and 3 have been closed.

Code statistics

  • Balin has 6 packages.
  • Balin has 28 classes and 53 methods.

Blogs

Check out the latest blogs from LambdaTest on this topic:

Test Optimization for Continuous Integration

“Test frequently and early.” If you’ve been following my testing agenda, you’re probably sick of hearing me repeat that. However, it is making sense that if your tests detect an issue soon after it occurs, it will be easier to resolve. This is one of the guiding concepts that makes continuous integration such an effective method. I’ve encountered several teams who have a lot of automated tests but don’t use them as part of a continuous integration approach. There are frequently various reasons why the team believes these tests cannot be used with continuous integration. Perhaps the tests take too long to run, or they are not dependable enough to provide correct results on their own, necessitating human interpretation.

And the Winner Is: Aggregate Model-based Testing

In my last blog, I investigated both the stateless and the stateful class of model-based testing. Both have some advantages and disadvantages. You can use them for different types of systems, depending on whether a stateful solution is required or a stateless one is enough. However, a better solution is to use an aggregate technique that is appropriate for each system. Currently, the only aggregate solution is action-state testing, introduced in the book Paradigm Shift in Software Testing. This method is implemented in Harmony.

Two-phase Model-based Testing

Most test automation tools just do test execution automation. Without test design involved in the whole test automation process, the test cases remain ad hoc and detect only simple bugs. This solution is just automation without real testing. In addition, test execution automation is very inefficient.

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

License

Balin is lincensed under the Apache License 2.0

LambdaTest Community Discussions

Test case code snippets

API Testing - Check rate limiting

Description:

Verify that the API correctly handles rate limiting based on user account or IP address.

API Testing - Check escape character search

Description:

Verify that the API returns the correct results when searching for a string with escape characters.

API Testing - Check multi-platform support

Description:

Verify that the API correctly handles multi-platform support.

API Testing - Check special character search

Description:

Verify that the API returns the correct results when searching for a string with special characters.

Downloads

Balin can be downloaded from it’s GitHub repository - https://github.com/EPadronU/balin

Other similar frameworks

Mockito-kotlin

Mockito is the most popular Mocking framework for unit tests written in Java. This library that provides helper functions to work with Mockito in Kotlin.

Fuel

Fuel is the easiest HTTP networking library for Kotlin/Android. Offers maven and jitpack installations.

SeleniumBuilder

Kotlin Domain Specific Language (DSL) for Selenium. This open-source library provides a possibility to write tests in Kotlin type-safe builders style.

Kluent

Fluent assertion library for Kotlin

Hikaku

Hikaku library tests if a REST-API implementation meets its specification without having to create requests which are fired against a mock server.

Frameworks to try

Got

Got is an enjoyable golang test framework. It includes a pretty output using gop/diff and also includes a fluent API design that takes the full advantage of IDE

Phake

PHP Mocking Framework

Citrus

Framework for automated integration tests with focus on messaging integration

Parallel_tests_ruby

ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.

Quick

Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo. Quick comes together with Nimble

Run Balin scripts on 3000+ browsers online

Perform automation testing with Balin on LambdaTest, the most powerful, fastest, and secure cloud-based platform to accelerate test execution speed.

Test Now