Testing

Zyxware default image4
| 1 min read
API is known as Application Programming Interface, it enables the exchange of data between two software systems.API testing is entirely different from GUI. GUI testing is working on Presentation layer (User interface) but the API testing is working on Business layer (Application user interface). Here testing would not concentrate on look and feel of the application.
Zyxware default image3
| 2 min read
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.
Ecommerce Portals
| 3 min read
E-commerce websites are inherently complex, and simulating every possible action of a user is a formidable challenge. Testers often struggle to predict customer behavior, and rapid technological advancements make it even harder to select appropriate tools and techniques for E-commerce testing. Here are some of the key challenges in E-commerce testing, illustrated with examples:
Zyxware default image3
| 2 min read
Mobile testing have lot of challenges but it is very easy and enjoyable. Instead of testing mobiles manually we can use automation tools like Logcat. By using this tool you can see all log related to Android application. It is possible to check the request to API is correct or not or you can check the unwanted information is send or received. You can also find the performance related issues.
Zyxware default image1
| 2 min read
Email spamming, in simple words misusing the emails of a website is a common concern today. There are many ways by which this malpractice could be prevented. You might be familiar with 'captcha', one of the method used to prevent spamming. (For test cases for captcha refer: http://www.zyxware.com/articles/3308/websoftware-testing-checklists-cap…). Drupal provides some modules like Spambot, Honeypot etc for blocking spam.
Zyxware default image1
| 2 min read
Suppose your Drupal projects handles products which can be purchased through online. And you are using Ubercart PayPal and Ubercart Payment modules to handle payments related to purchase. Either registerd or non registered user can buy the product. User can use paypal through two ways. "Can purchase through sandbox environment or Can purchase using credit card". So a tester can test the paypal functionality using both these ways. Here I am going to explain how can you test the purchasing functionality through Sandbox.
Zyxware default image3
| 4 min read
First of all let us see what is responsive theme testing. Responsive theming is nothing but just testing and ensuring whether the website layout, images and its functionalities are working on different mobile versions as it is working on your desktop. In short we can say that responsive theming is ensuring the flexibility of a website on mobiles. Here are the steps involved for responsive theme testing which you can refer while testing the same.
Zyxware default image1
| 4 min read
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.
Zyxware default image1
| 3 min read
Now a days, website handles important functionalities like online transactions (payments, data transfer) etc. Therefore the security of the websites should be ensured or security testing should be carried out before taking the website to live. Security testing is a testing method in which we ensure that the confidential datas of a website are accessible only to the intended people and not to others. In this article, I have included a brief note on how to test Secure Pages module on a Drupal site.
Zyxware default image3
| 3 min read
Suppose you are testing a product selling website and the site has affiliate links for products. From a tester point of view here I am explaining the cases to be considered while testing affiliate links. Before going to the cases, here I give a general idea about Affiliate links. Affiliate links means they are external links from a site that leads to services, merchants or vendors and it is mainly used for generating revenues for a site based on the clicks. Commonly seen Affiliate links are Ads displayed on a site and when a user clicks the ads the site gets revenue. Suppose your Drupal site displays a product say "books" and links to merchant sites like Amazon or eBay are displayed as affiliated links for that product. When user clicks on 'Amazon or eBay' links, it will be redirected to their corresponding merchant site and user can buy the product from that site. So when a user purchases a product using this affiliate link, our site will gets revenue from merchant sites.
Zyxware default image2
| 3 min read
Entry and exit criterias are certain conditions that should be satisfied in order to enter or exit a specific project or cycle. In case of software testing, entry criteria defines the conditions to be satisfied in order for the testing to begin and exit criteria define the conditions that have to be satisfied in order to stop the testing. Both of these will be defined in the test plan. Once the entry and exit criteria are defined, approval should be obtained from the stakeholders if there is change in the defined conditions.
Zyxware default image4
| 2 min read
Mutation testing is a type of white box testing in which we mutate certain statement in the source code inorder to identify the effectiveness of the test case. A mutation is a small change in a program. It is a type of unit testing, the changes in the source code will be small so that it does not affect the objective of the program.
Zyxware default image4
| 3 min read
Slideshow is one of the common functionality you would find in the homepage of websites. It is nothing but the slides with text/pictures used to give an idea of the website. It can be used to summarize the various aspects of the company into a compact and user-friendly slider. Slideshows can be of different designs. Some of the websites use buttons to highlight the navigation of the slides while others use numbers, thumbnail images and so on. Here I have included an image, in which numbering is used for highlighting slider navigation.
Zyxware default image3
| 2 min read
Nodequeue is a module in Drupal which allows users to enlist, remove, arrange and display a queue of nodes. It has a drag-and-drop interface which facilitates the manual re-ordering of the queue. Even without the edit permissions to nodes, users are allowed to add and remove nodes from the queue. This module is usually used on sites which have features that allow users to manually control the order of display of nodes.
Zyxware default image4
| 3 min read
Cause effect graphing is a mapping technique, which is used to analyse combination of input conditions and effects may be through of as the output. The Cause-Effect Graphing technique derives the least number of test cases to cover 100% of the functional requirements to improve the quality of test coverage.The cause-effect graphing technique uses the same algorithms that are used in hardware logic circuit testing. It has the ability to detect defects that cancel each other out, and the ability to detect defects hidden by other things going right. It is a graphical representation of inputs (causes) with their associated outputs (effects), which can be used to design test cases.
Zyxware default image2
| 4 min read
When your trying to implement a new feature(say a module or theme) in your local machine for a website, first thing you have to test is the compatability in all browsers. If you want to test your feature in multiple machines, its not always easy to download and setup on each machine. In my case, I am using Ubuntu and I have to always test compatability of a site in IE browsers which cannot be installed in ubuntu. So what I did here is created a virtual host for my site in my local machine and using my ip address I created a virtual host in other machines so that I could easily access all my sites in my local machine from diffrent machines.
Zyxware default image1
| 3 min read
Stock tickers are representations of companies enlisted on the stock market. Any website which deals with the stock related content is bond to use stock tickers in one form or the other. Stock ticker is normally less than 5 characters in length and written in upper case. They are usually clickable and on clicking those, people are directed to a listing of all content related to that stock ticker.