Articles

Zyxware default image4
| 2 min read
TestNG is a tool that is used to perform unit testing. Mostly TestNG is often used to perform unit testing by developers as well as for Automation testing by software testers to view the test run results in a report. TestNG reports are very useful to analyze the Automation Run status. Selenium is used to automate any web application but it cannot generate automation run reports. We need to use third-party tools like TestNG to generate automation reports.
Zyxware default image3
| 2 min read
Speed of page load is determined by how fast the page loads when the URL for the page is called. This involves loading all the components for the webpage. These elements will affect the page load time for a webpage. This includes images, CSS, JavaScript files, etc. Load time is also affected by factors like the type of the server used for hosting, the bandwidth allocated to browse the site, the geographic location of the user, etc. To improve the user experience and sustain users to the website, it is recommended to have page load time optimized.
Zyxware default image3
| 2 min read
Have you ever faced any issue with login in to MySQL as a root user? or Have you ever forgot the MySQL root password? You can't update your MySQL password by simply reinstalling the MySQL server. This article helps you to reset your MySQL root password. You can simply reset the MySQL root password by doing the following steps. You have to stop the MySQL server first to reset the root password. Stop the MySQL Server You can stop the MySQL server, by running the following command in your Ubuntu Terminal.
Zyxware default image2
| 2 min read
Like flowcharts, BPMN (Business Process Model and Notation) diagrams uses a set of standard symbols. Each shape conveys a specific meaning and business context, where it’s most appropriate. Connecting objects are lines, that connect the BPMN flow objects. In Business Process Model and Notation, different connecting objects are required to represent different types of flows. There are three different types of connecting objects in Business Process Model and Notation. They are
Zyxware default image1
| 4 min read
The building blocks of BPMN are 'Flow objects'. which represents the concepts of being modeled. Flow elements refer to the elements, that form a complete process flow when connected are connected. Connectors that connect the flow elements are called connecting objects. Readers of the BPD follow the flow of elements to see, how a business process gets executed and completed. Flow objects can be separated into three. They are events, activities, and gateways.
Zyxware default image1
| 5 min read
The context-driven software testing methodology suggests for continuous and creative evaluation of testing opportunities. It is a testing way that conforms to the context of the project, more than applying a best practice. For context-driven, a good tester should ask as many questions as possible to reveal not only parts of the context but should know about the act of information.
Zyxware default image3
| 3 min read
Network emulation is used for testing the performance of real applications over a virtual network. It is the act of introducing a device to a test network that alters packet flow in such a way as to mimic the behavior of a network. Netem is a network emulator tool provides functionality for testing protocols. It will emulate the network properties of wide-area networks. Netem is already enabled in the kernel and a current version of iproute2. The netem kernel component is enabled under:
Zyxware default image3
| 4 min read
Zyxware Technologies is engaged in the business of web applications development services. Its chosen technology platform is Drupal, a Free Software. It is one of the largest code contributors to Drupal from India. We are looking for Senior Business Development Associates who can help us position ourselves in the web applications development services market, acquire projects from across the world and play a role in building sustained relationships with clients. APPLY ONLINE
Zyxware default image4
| 4 min read
The Webform Insightly module is used for the integration of unsightly CRM with webforms. This creates a new contact for each web form entry of our site. It adds opportunities for every subsequent entry of the contact. In this module, all configurations can be done from the admin side and any number of webforms can be added to the configuration. Here there is another option to import the Webform Insightly configuration in JSON encode format and similarly export the saved web form unsightly configurations.
DRUPAL - FREE AND OPEN SOURCE WEB CMS FOR YOUR DIGITAL TRANSFORMATION
| 3 min read
A content management system lays the foundation for building an online presence for your venture. If you want to make the best use of your website to attract an audience and offer an amazing user experience, then you need to select a content management system which allows you to manage content effortlessly while saving you time and resources. CMS is a significant investment and plays a vital role in expanding the reach of your business. However, due to the presence of several content management systems, it can be confusing for buyers to pick the suitable CMS. Here are some of the common mistakes business owners make while selecting a CMS for their website
Zyxware default image3
| 4 min read
The term 'Events' represents the events in a business process. Specific details in a process can be represented by styling each event. There are three event type in business process, they are start events, intermediate events, and end events. Following are the event symbols contained with start event, which can be combined with any event type. Some commonly used event symbols are following BPMN Message Symbol
Zyxware default image2
| 2 min read
Drupal 8 was released on Nov 19th, 2015. Though Drupal 6 end of life was declared on February 24th, 2016, there are still over 84,845 Drupal 6 websites on the web. What does end of Life Mean for Drupal 6? As per Drupal 6 end of life, the security team will no longer provide support or security advisories for Drupal 6 and the core of Drupal 6 will no longer receive community support.
Zyxware default image3
| 3 min read
When a user is successfully authenticated to OpenAM, a session will be generated in the server. Sessions generated in the server are identified by a unique token, named SSOtokenID. The SSOToken is a C66Encoded string, that points to the session in memory, and the Session Key is a Base64 Encoded string that is used to identify the location of the site and the server where the session is maintained. There is a period delimiter that separates the SSOToken and session key. As the session key is a Base64 encoded string, we can decode it using any Bas64 decoders.
Zyxware default image4
| 3 min read
Today's Internet world, urges Single Sign On for multiple web applications as an inevitable requirement. It's not an easy task to implement SSO (Single Sign On), if the web applications are developed on different platforms. User authentication and maintenance of user's "logged in session" on web applications, is completely dependent on HTTP cookies. No web browsers allow to read cross domain cookies, as if it allows, it's a security issue then. I.e; Two web applications cannot share a single cookie, if they are deployed in different domains.
Zyxware default image4
| 4 min read
LDAP stands for Lightweight Directory Access Protocol, which was designed to store and retrieve data centrally. Install OpenLDAP and phpLDAPadmin, before reading the configuration steps. Hope the packages were already installed, we can start configuring a few things, to connect with the OpenLDAP directory structure, created during the LDAP configuration stage. First, we can update the main configuration file with root privileges for the editor
Zyxware default image3
| 4 min read
The idea of an online community has shifted from the goal of basic social exchanges to indispensable vehicles for high-tech professional users to accomplish high-value collaborative endeavors. To enable your technically adept users to derive value from online exchanges through communities, an effective design is the basic starting point. Today’s Web 2.0 landscape has stringent guidelines for websites and with the complexities demanded from online networking platforms, the challenges multiply considerably:
Zyxware default image4
| 2 min read
The AWS SDK provides API for multipart upload of large files to Amazon S3. We upload large images by part using this API. Multi-part API divides the large object into small objects, uploaded it to amazon independently. After the upload completes it assembles into a single object. If we need the following requirement you can use low-level API : Change sizes of part during the upload. Size of the data in unknown in advance. We need the following procedure to upload files to the amazon bucket.
Subscribe to Subscribe to