Introduction: These days for checking the Invoice and Payment status, most businesses are busy doing manual progression. Daily, multiple requests are received by the supplier to check the invoice statuses and provide other details. Checking the status and providing the details of each invoice over the emails requires labor, which is a tedious and time-consuming process. Integrating this problem with SAP Intelligent RPA will lead to automate&...
Read More
While testing a web application it is very important to test the application on different browsers. We can achieve this by using Selenium Web driver and TestNG. If there are more number of scripts to be executed and executing them on each and every browsers sequentially is time consuming. This can be avoided using a concept in Selenium called Parallel Execution. TestNG allows us to run the test cases/scripts, test methods or tests in parallel, With Parallel Execution concept we can re...
Read More
Object IdentificationQTP performs the operation only after identifying the object uniquely. In order to identify the object uniquely it uses property values of the respective object which will be stored in the Object Repository.Note: To view the property values of the object, QTP uses Object Spy. Object Spy is a tool available in QTP.Each object has many property values, storing all the property values of the values of the object not only consume more space and also reduces the performance of QT...
Read More
What you Need? Python 2.6+ Django 1.5+ django-tastypie Sqllite3Django is Free and Open Source web application framework written in Python.Which works on MVT(model view template) Framework . Step 1: Create a model As it is MVT architecture we have to define a model.It inludes what are all field required in your api you have to declare here with proper class fields.Here i have created a model class with fields with their type . from django.db import models class Com...
Read More
Interviewing candidates for an open position in my company has never been an easy task for me. I have always tried to keep a close vigil on what specifics I need to understand. I have never hesitated to put the candidates on the spot and test them. I don’t believe in embarrassing anyone, but it has always been effective to be thorough with the questions being asked. It is also important to let the interviewee be comfortable before I start firing the critical questions. &n...
Read More
IntroductionHere in this article, I would like to cover the typical three layer architecture in C# .NET. It is a very useful approach for coding due to easy code maintenance.OverviewFirst let me give you a small overview about the topic I would like to cover in this article. Tier vs. Layer Three Tier/Layer Architecture Design Components Demo: Three Layer Windows Application in C#.NET1. Tier vs. Layer1.1 Tier: Tier indicates a physical separation of components, which may mean different assemblies...
Read More