Diziana
- Total activity 283
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 26
- Subscriptions 146
Activity overview
Latest activity by Diziana-
Diziana created an article,
Test images
Images
-
Diziana created an article,
My name is Mikaël Janssens
Per malesuada dis, occaecati rem facilisi, mattis officiis aute, nibh lacus vestibulum! Ac aute porttitor explicabo, fermentum hic? Eius elementum proin? Eligendi suspendisse mollis nesciunt hac au...
-
Diziana created an article,
It's not too big so let's have a look at it in more detail. The rst line tells you the root
cause of our problem: we have got a NullPointerException. You have probably seen these before. Our code is complaining because it was expecting to have some sort of object at some point and we d...
-
Diziana created an article,
Exceptions Are Actually Oracles
In this chapter, we will have a look at some of the more common exceptions that you may see when working with Selenium. While we look at them we will explore some of the possible causes of th...
-
Diziana created an article,
Summary
After reading through this chapter you should: Think of automated tests as living documentation rather than automatic regression Have a good understanding of why reliability matters Have a...
-
Diziana created an article,
It's not too big so let's have a look at it in more detail. The rst line tells you the root
cause of our problem: we have got a NullPointerException. You have probably seen these before. Our code is complaining because it was expecting to have some sort of object at some point and we d...
-
Diziana created an article,
The rst thing to do is to relax; stack traces have a lot of information but they are actually really friendly and helpful things.
The rst thing to do is to relax; stack traces have a lot of information but they are actually really friendly and helpful things. Let's modify our project to produce a stack trace and work throu...
-
Diziana created an article,
Don't be afraid of the big bad stack trace
It's surprising how many people are intimidated by stack traces. A reaction that I regularly see when a stack trace appears on screen is panic! "Oh my God, something has gone wrong! There are hu...
-
Diziana created an article,
Finally we have the actual listener. The rst thing that you will notice is that it has a
what has gone wrong, we probably don't want to kill our test run if we are unable to capture it or write a screenshot to disk for some reason. To make sure that we don't disrupt the test run we ...
-
Diziana created an article,
A picture paints a thousand words
Even if you have made your tests totally reliable, they will fail occasionally. Whenthis happens it is often very hard to describe what the problem is with words alone. If one of your tests fail...