Articles

Levels of Priority in software testing
| 3 min read
Awareness about context plays a key role in effectiveness of each task we have to do because clear thought and action is mostly not possible with vaugue assumptions or guesses. In case of web development using Drupal framework, better if we predefine each and every context we have to go through and it is very important to save our time and helps us to work efficiently. So if you are a web developer and have Drupal in your toolkit, there is an interesting module called Context, which helps you to define contexts and set up your web application based on the defined contexts. This article helps you to start with context module.
UI UX PROCESS.png
Today, a professionally designed website is one of the most recognized and effective mediums to promote business and organizational growth. A systematic and streamlined web development process follows several standard frameworks, methodologies, languages, and modeling tools to ensure timely delivery and quality control.
Zyxware default image4
| 4 min read
Suppose you have a site to test which has the following functionality. There is a text field and an editor. When we enter text on the text field, immediately it should be displayed on the editor. To be more clear, after entering the text on the field then focusing out from it, the values should be displayed in the CK editor. And our intention is to automate it using Selenium. Lets check how this can be automated.
Zyxware default image4
| 11 min read
The data in websites can be easily lost or corrupted due to vulnerable attacks or human mistakes. So it is important to store the data safe and secure. The only way to ensure that the data is safe and secure is by keeping the backup of the site. Backup means copying the data in the site to another location so that it can be restored at any time when lost
Zyxware default image4
| 3 min read
Creating basic page is a general test must be done for all Drupal sites. And you are decided to do this through automated tool Selenium.The problem we face here is that you can't test inserting contents in the CK Editor by record and play. You have to insert Selenium commands for adding contents in the CK editor. Lets see how this can be handled.
Zyxware default image3
| 3 min read
Git is very popular guy in the world of version control systems and it is distributed by nature Without using a VCS, handling a project's multiple versions will get you in trouble very often. If multiple people are working on same project, this may be thousand fold. But if your client's service provider only gave you ftp access and it happens quite often, so you have to handle the project without the help of git. But we can track files easily using git-ftp, without having ssh access to the server.
Levels of Priority in software testing
| 4 min read
While resizing an image, the important point that we should take care is, the image dimension. Image dimension is basically the width and height of an image. It should be kept as in the same ratio of the original image while resizing, if you want your image to be distortion free. ie, the aspect ratio (width:height) of the original image must be same as the aspect ratio of the re-sized image.
business-corporate-people-working-concept_53876-13871.jpg
| 4 min read
In a typical IT scenario, the success of a business depends on the ability to deliver projects on time, within the budget, and to the specification of the clients. Although developing in-house capabilities is a good solution, it could prove to be an expensive and risky venture, especially when the IT needs of an organization are rapidly changing. In short, when companies look for outside support in handling IT projects, they are basically considering two delivery models: Staff augmentation and Project outsourcing.
Zyxware default image3
Responsive web design is a new technique for building websites that work on tablets, desktop screens and mobile devices. websites were typically designed for desktop and laptop screen resolutions. This worked well until the advent of web supported tablets and smart phones. Responsive Web Design is a new concept which leads to design an application or website in such a way that the same design can be rendered in various devices of different orientations and screen sizes providing the users with the super possible user experience, if not similar.
Zyxware default image1
| 2 min read
Git is a control system for developing softwares. There are a number of git commands (Git reference). While searching bringing a commit from one branch to another, I came across an interesting topic called cherry picking. Cherry pick a commit? Sounds interesting!!!
Subscribe to Subscribe to