Quality Assurance
| 2
min read
Beta testing is formally performed by real user of the software application in the user environment. Beta version of the application will be released to limited number of end-users to in order to get feedback regarding the quality. There are different types of Beta testing available at present. So before moving to the type of beta testing you have to build an idea about what beta testing is.
Technical Solution
| 3
min read
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is a Firefox Add-On and allows recording, editing and debugging test. Usually Screen shot are taken for all type of application testing such as Web based, Product base etc. The reason for taking screen shot during testing is that, we can capture screen information easily when an error occurs in an application. Tester will manually take screen shot of the required page with the help of Plugin/Add-On in Manual testing.
Quality Assurance
| 2
min read
Selenium IDE stands for Selenium Integrated Development Environment. It is a Firefox plugin which helps testers to recorded their actions and then export them as a reusable script in one of many programming languages. Selenium IDE has a recording feature, that provides an easy-to-use interface for developing automated tests.
Selenium IDE was developed by Shinya Kasatani. Selenium IDE became a part of Selenium Package in the year 2006. Then tool becomes a great value and potential to the community.
Drupal Technical
| 3
min read
Grey box testing is the combination of both White box testing and Black box testing method. In white box testing, testers are aware of the internal structure of code where as in black box testing testers aren't aware of the internal structure.
Testing
| 2
min read
Selenium is a free and open-source automated software testing tool for testing web applications. Selenium is a set of tools that helps testers automate web-based applications more efficiently. The main advantage of selenium is that it will operate across different browsers and operating systems.
Testing
| 3
min read
As we all know current IT industry trend is to moving towards automation testing. Automation testing means using a software tool to run repeatable tests against the application to be tested. Automated Testing can perform regression testing quickly. It will be useful to execute the set of test cases frequently. Automation testing can also be done on different machine with different OS platform combination, simultaneously.
Testing
| 3
min read
Penetration testing is a type of security testing. It is mainly used to find all the vulnerability that are present in the system being tested. Vulnerabilities usually occurs during software development and implementation phase. Usually Vulnerabilities will be design errors, configuration errors, bugs etc.
Quality Assurance
| 2
min read
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is implemented as Firefox Add-On and allows recording, editing and debugging test. Usually Screenshot are taken for all type of application testing such as Web based, Product base etc.
Quality Assurance
| 2
min read
Selenium IDE is an Automation testing tool that provide Record/Playback tool for testing website. IDE stands for Integrated Development Environment. It is implemented as Firefox Add-On and allows recording, editing and debugging test. Suppose you have Drupal website where user can purchase ticket through online platform.
Drupal Solution
| 3
min read
Suppose you have Drupal website where user can purchase product through online. The site allows two types of users such as Registered user and guest user.The site consist of Checkout Process so that customer can enter address details, card details in order to reach the product by hand. Some of the test case against Checkout Page is given below:-