Quick Start: End-to-End Testing With Protractor

Todd Horn Angular, Development Technologies, JavaScript, Testing, Tutorial 1 Comment

As AngularJS applications become more complex, manual testing becomes unreliable and repetitive. Unit Testing is a great start for testing the code, but eventually End-to-End testing is needed for better coverage.

A great tool to use for this is Protractor, an end-to-end test framework for AngularJS applications. In this blog, we’ll briefly introduce the benefits of Protractor and give you the steps needed to get started with the tool.

A Test-Driven Development Introduction to Angular 2

Matthew Brown Angular, JavaScript, Testing, Tutorial 5 Comments

Attention: The following article was published over 8 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Note This blog post and application were created when Angular 2 was in Beta. Since, I have updated the application to the Angular 2 final release. You can view that updated post …

Cucumber

Introducing Cucumber for Java + STANDARD Values

Keith Shakib Agile, Dev Methodologies, Development Technologies, Java, Testing 1 Comment

Attention: The following article was published over 8 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.As software developers, we all have our favorite tools for making us successful. Many are perfect for the job when getting started but are soon outgrown. Others require too much setup and …

Checking Sanity in TDD Testing

Rik Scarborough Testing Leave a Comment

Attention: The following article was published over 9 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Whether you’re in the process of fully adopting Test Driven Development (TDD), providing unit tests after you have written your code, or something in between, the question that you will soon ask …