Cross browser testing is the type of testing in which testers ensure that the application is compatible to latest versions of the commonly used browsers (commonly used browsers list can be obtained from browser statistics). Google Chrome, Mozilla Firefox, and Internet Explorer are some of them. This article includes a checklist that can be referred while performing the cross browser testing.
Quality Assurance
In API testing there is no front end available for testing. A logic layer will be build for the application on which we perform testing. Here emphasis will be on functional flow. It is basically a black box testing of various functionalities based on the response generated for an API call. These Responses for the API calls are used to validate the interactions.
User Interface testing comes under Non Functional Testing type. In UI testing, our intention is to validate user interface which is designed professionally or not. Here is the basic check list for UI testing :
ETL or Data warehouse testing is quite different with regular testing. There are lot of challenges are facing while performing ETL or Data warehouse testing. Do you need a testing expert or want help in your business, just click here to hear from us.
The main dispassionate of usability testing is to ensure that the App having the features of intuitive, industry accepted interface and easy to use. Following are the some usability test cases.
The devices which make use of wireless technology is now becoming a part of our life due to higher customer satisfaction. Wireless technology is nothing but the transfer of information between two or more points which are not in physical contact with each other. Since there are no wires running out from the devices , the mobility and installation of these devices are much easy. Mobile phones, desktops, monitors, keyboards, routers, remote controls etc are some of the devices we often use. Bluetooth and Wi-Fi are wireless technologies which are widely using now a days.
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.
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.
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.
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.
Suppose you have Drupal website where user can purchase ticket through online ticket platform. It allows two types of users such as Registered user and guest user. System will automatically create an account for guest user using email address. Registered users have the permission to manage personal profile.
The first apparent analyse situation is to analyse if your program is writing cookies effectively on disk. You can use the Cookie Tester application also if you do not have any web program to test but you want to comprehend the cookie idea for testing.
Smoke testing, the preliminary level of testing is done to ensure whether the major functionalities of a build/software is functioning properly. In simpler words, we can say that it is an entry criteria for ensuring that a software is ready for further testing. Confidence testing, Build Verification Testing are other names for smoke testing. In this type of testing, testers execute test cases based upon the requirement mainly the positive cases. The main functionalities, work flows etc will be tested first.
The terms validation and verification is little bit confusing for most of us. Oftentimes most of us think the terms are same but in reality the terms are different. So to avoid these confusion, here I am giving a brief note for these terms.
Spike testing is usually done to estimate the weakness of an application and see the dramatic behavior of the system when a sudden increment or decrements in the load by a user. Spike testing is mainly done to see how the system reacts with unexpected rise and fall of the load. It is also called Data volume testing.
Deciding Between Waterfall and Agile? This Article is for You. It discusses how the Waterfall model differs from Agile in software project management specifically from a QA perspective and helps you make a decision for your next website development project
CSV the Comma-Separated Value or the Character-Separated Value is a highly useful format frequently used to save data from websites. Any spreadsheet program like MS Excel or even an ASCII text-editing application can be used to import the data. In one of my recent projects, there was a requirement to provide an Export link, which should export the report to a CSV file. The report had three fields ( product, quantity and amount). It also had a 'from date' and 'to date' field for sorting the report between a period. Following are the test cases I executed for this case.
As you know, in agile methodology, Developers, Testers and Business work closely. So before going to the topic "Roles and responsibilities of a tester", here I give a brief description about Agile method. In this method the entire application development activity will be divided into regular time frames called sprints. The sprint period may be one or two weeks, one month or 2 months based on the nature of the project. So the first phase is sprint planning.
Are you looking for a method to measure your test coverage? Are you finding it difficult to give an exact percentage of your testing? If so here is a simple template for you to calculate the test coverage. As we know, test coverage is the amount of testing performed. It could be calculated as below:
(Number of test cases executed/Total number of test cases) X 100%
The testing tool selenium IDE is usually used to develop test cases. It is a Firefox plugin So Our first step is, to install Selenium IDE. For that you can download it from the following place http://seleniumhq.org/download/. After that 'Selenium IDE' add-on to be installed. You should restart the fire fox browser.