Archives
2020
- Schedule meetings easily with Cortana Scheduler posted on 12 Aug under Productivity
Learn more about Cortana scheduler and how it can help in scheduling meetings easily.
- Automated Jekyll Archives for GitHub Pages posted on 09 Aug under Blogging
Tutorial on how to setup automated archive pages for your Jekyll blog hosted with GitHub pages.
- How to fix Date Time data type issue in Blue Prism? posted on 18 Mar under RPA
Know more about the date time issue while using the code stage in Blue Prism and understand how to fix it by dealing with the UTC offset.
- How to deserialize JSON in UiPath? posted on 27 Feb under RPA
Tutorial on how to properly deserialize JSON with UiPath Web Activities. Explains the concept of JSON Array and JSON Object.
2019
- Dynamic or Variable Selectors in UiPath posted on 28 May under RPA
Tutorial on how to use dynamic selectors in UiPath. Explains how to use variables in UiPath selectors.
2018
- Change Case Excel Add-In posted on 16 Apr under Excel
Change Case Excel Add-In is a simple tool that can help you in changing the case of the selected cells in Excel.
2017
- Blue Prism Video Tutorial posted on 03 Jul under RPA
A well-structured video tutorial on Blue Prism, which could be the right starting point for your RPA career.
- AngularJS Quiz 2 posted on 31 Mar under Programming | Quiz
Attend the Angular JS Quiz and test your knowledge. Total 10 questions. Work your brains and know how much you can score.
- HP ALM REST API - Get ALM Releases posted on 30 Mar under Software Testing | Programming
Tutorial on how to get releases under a project in HP ALM using REST API. Includes browser method, VB.NET and C# functions to get releases.
- Handheld Shutter Speed Calculator posted on 24 Mar under Photography
Handheld Shutter Speed Calculator calculates the recommended shutter speed to take photos without blur while taking shots by holding camera in hand.
- HP ALM REST API - Get ALM Domains and Projects Together posted on 23 Mar under Software Testing | Programming
Tutorial on how to get domains and projects from HP ALM using REST API together. Includes browser method, VB.NET and C# functions to get them together.
- HP ALM REST API - Get ALM Projects posted on 22 Mar under Software Testing | Programming
Tutorial on how to get projects from HP ALM using REST API. Includes the browser method, VB.NET and C# functions to get domains. Learn more @aneejian.
- HP ALM REST API - Get ALM Domains posted on 21 Mar under Software Testing | Programming
Tutorial on how to get domains from HP ALM using REST API. Includes the browser method, VB.NET and C# functions to get domains. Learn more @aneejian.
- HP ALM REST API - Authentication posted on 20 Mar under Software Testing | Programming
Tutorial on how to authenticate HP ALM Session using REST API. Includes VB.NET and C# code for Sign-in and Sign-out resources.
- Constants in VB Script posted on 19 Mar under Programming
VBScript has number of useful constants which you can use in your code. These constants provide a convenient way to use specific values.
2016
- Drag and drop items from windows explorer to application using UFT posted on 08 Aug under Software Testing
Subroutine to drag and drop item from windows explorer to application using UFT or QTP. By default this feature is not yet available in QTP or UFT.
2015
- AngularJS Quiz 1 posted on 20 Oct under Programming | Quiz
Attend the Angular JS Quiz and test your knowledge. Total 10 questions. Work your brains and know how much you can score.
- AngularJS Custom Directive for Expand Collapse posted on 30 Aug under Programming
Tutorial on how to create an Angular JS Directive for expand and collapse with step by step instructions, demo and source code download.
- How to Load Disqus Comments on Demand? posted on 01 Jun under Blogging
Tutorial on how to setup Disqus Comment system on WordPress and Jekyll to load on demand.
- Optional Steps in UFT posted on 27 May under Software Testing
Master the use of Optional Steps in UFT or QTP. Understand what are optional steps.
- Reporting Modes in UFT posted on 21 May under Software Testing
Reporter object in UFT has different reporting modes. This post discusses about various mode available in reporter object.
- Classification Tree Method - How to crack ISTQB? posted on 17 May under Software Testing
Appearing for ISTQB Advance Level exam? Decode the challenging topic "Classification Tree Method". Master the method with this tutorial.
2014
- Pairwise Testing - Orthogonal Array Explained posted on 02 Apr under Software Testing
Appearing for ISTQB Advance Level exam? Decode the challenging topic "Pairwise Testing – Orthogonal Array". Master the method with this tutorial.
2013
- UFT Function to Select an item from a WebList or WinComboBox posted on 24 Nov under Software Testing
UFT/QTP Function to select an item form WebList or WinComboBox. It selects a list item specified in the function call, reports pass or fail.
2012
- Excel macro to find the last column in a row posted on 25 Nov under Excel
Macro function to find the last column in the specified row. The macro can return the last column number, last column content, and last column address.
- Excel macro to find the last row in a column posted on 24 Nov under Excel
Excel macro function to find last row in the specified column. Function can return last row number, last row content and last row address.
- UFT Function to check the presence of an item in a WebTable posted on 17 Nov under Software Testing
UFT/QTP function to validate the presence or absence of an item in a WebTable. Condition specified in the function call is validated to report result.
- UFT Function to click link inside a WebTable posted on 14 Nov under Software Testing
In this tutorial, we will discuss how to click a link inside a web table based on value present in the same or another column in the same row using UFT.