Aadhi

There is always a confusion related to variables in LoadRunner script. Because some variables require defining at the start of the script while some variables can be used directly without any initialization. Let’s discuss what is the exact difference in them? Basically, there are two types of variable in the...

More
  • March 14, 2018

Today I was exploring about the possibilities of adding visual testing to my existing test framework due to a business requirement. So to get started with I installed Applitool, which seems good for visual testing. After I installed the Applitools reference, instantly I got a reference issue with NewtonSoft.Json. The...

More
  • February 15, 2018

JIRA lacks test case management features. Test management like test case creation, execution and tracking are non-existent in Jira. An add-on like Zephyr bridge this gap. There are advantages as well as disadvantage in using Zephyr Pros Cons, if you still use tools like Excel for Test Management

More
  • February 14, 2018

Recently I encountered a situation in which – the create application works in the front end but it ain’t working when calling thr’ API. So the problem was – one API variable was renamed by a developer but didn’t updated in the API Documentation page used by the other companies....

More
  • October 15, 2017

Test Plan : Asset Plan is going to be tested by Aadhi (Suppose if Aadhi is replaced by Nicky, we need to change that in Test Plan). Test Strategy : Individual modules are tested by test team members. It’s so generic and no need to change if the Aadhi is...

More
  • August 24, 2017

I had previously blogged about the reading data from excel. I know many of you guys are using that. Recently Excel Data Reader has updated to v3. So our old code won’t work. So you need to change two things

More
  • August 7, 2017

Problem : ‘Hover’ functionality failing in smaller screens Real Problem : MoveToElement(element).Click().Build().Perform() works only when the element is visible in the screen. Easy Solution is move to scroll down/up to view that element, then click. Please find below, the complete code for Hover functionality including the scrollIntoView.

More
  • July 14, 2017