a simple example of class
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...
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...
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
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....
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...
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
Problem 1 – Need a unique value for Email each time I run the script Solution 1 – Create a global variable to perform the logic for Email ID creation Drag JavasScript from the toolbox to just above the step u need the E-mail. In the ‘code’ of Evaluate Java...
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.
Using Oauth2 in API for the load testing. So the problem that we got is To save the authorization key from the server we are using web_reg_save_param_ex In my case I need to add a string in front of the authorization key, for that I used Next step is to...