An idea to verify the correct format (eg: email format, phone number format) is simple. We need the “Regular Expression Pattern” of each format and using Selenium IDE to compare, the result will be Passed if your value match with Regular Expression Pattern, and Failed if your value does not match with that format pattern. There are some common Regular Expression Pattern, but you can customize to meet the business if needed.
When I’m looking for the code of simple Captcha for my personal project, I found this solution: http://html-tuts.com/simple-php-captcha/. The idea of this Captcha is simple, user needs to input the correct value of basic calculating: A+B
How to generate a random value with Java
Đây là một lỗi khá thú vị, nó có thể được dùng để khai thác và đánh lừa người dùng (phishing).
This is a list of strings that can be used for XSS testing and bypass filter.
A slide about Selenium IDE that I have presented at TVNClub Hanoi this week.
The below code will show you how to hover on an item (Logout WordPress blog).
Bài trước chúng ta đã tìm hiểu về Equivalence partitioning (Phân vùng tương đương), đó là phương pháp chia các điều kiện đầu vào thành những vùng tương đương nhau. Tất cả các giá trị trong một vùng tương đương sẽ cho một kết quả đầu ra giống nhau. Vì vậy chúng ta có thể test một giá trị đại diện trong vùng tương đương.