UFT action is a component in which you can write your code, i.e. code for a specific functionality. Scenario: Say you want to send a mail from Gmail & then logout. What would the steps be for this Test script?
Tag: Testing
Desktop vs. Mobile | Why Testing Mobile apps is different from Desktop Testing?
Why was this not tested? Aaah! QAs were accustomed to testing Apps only on a selection of devices, but carriers required more money for procurement. OMG! Mobile Testing is completely different compared to Desktop Testing. If we understand the distinction and challenges of testing Mobile Apps, it will be a bit easier to tackle.
Vande Mataram | What it means for Testing team
Independence & Freedom – everybody likes it. Wants it. Fights for it. And finally celebrates it. It gives you the objectivity to express your views & opinions. It is essential for a thriving society where the mind is without fear & the head is held high. As India celebrates its ‘Independence Day’ on August 15th, let’s see what it means for a Test team.
Take it easy, Developer. It’s not personal!
Agree or not, once in a while every one of us enjoy criticizing something – a person or a situation. A conflict between a developer & a tester is not new – it has been there since the inception of Software Testing. After all, nobody likes it when their mistakes are pinpointed & written on the wall. What they don’t understand is – it’s not about ‘You’, it’s about the ‘Software’!
UFT Classes #8: Object Repository – collection of objects and its properties!
‘Repository’ is a generic term meaning a central location in which data is stored and managed. And why would someone need a central location? To access data from a single source of truth, which can be accessed across-locations by multiple users. Now apply the same concept to Automation.
Understanding Object identification in Selenium | Let’s login to Facebook
Learning Selenium? Where to start? What to learn first? How to spy the objects in Selenium? We got the perfect start for you if these kind of questions are on your mind. To Automate any application using Selenium, we first need to identify the objects it is made of. Any generic application (Web Application or Desktop […]
UFT Classes #7: Most used UFT Utility – Object Spy
In our last post “UFTBasics #6: Object Identification via Mandatory & Assistive properties”, we briefed about how to identify objects in an application using their ‘properties’. The next obvious step is ‘How do you extract the ‘attribute-value’ pair for an object’s properties? This is where “Object Spy” comes to rescue!
UFT Classes #6: Object Identification via Mandatory & Assistive properties
As stated in previous post – Textbox, Button, Image, Checkbox, Dropdown, Hyperlink, etc. – everything which is visible in an application is known as “Object”. Automation is all about identifying these “Objects” in the application and the subsequent “Actions” to-be-performed on it. But the question is – How do you identify different ‘Objects’ in the application via HP UFT?
What’s the average QA Tester Salary | Are you being paid right?
First of all, the question ‘What’s the average salary of Software Test Engineer’ is like asking ‘What’s the average house rent in Bengaluru, India?’ You tell me…Can’t? Yeah! You need some more filters to arrive at the rent – the house type (whether it’s a 1BHK/2BHK/Villa/etc.), the locality, furnishing status, society amenities, etc. In the same way, the pay scale for Software Testing domain (in fact for any technology) varies depending on multiple factors.
UFT Classes #5: UFT is not free! First identify your required Licensing Model.
As you all might know – HP UFT is a commercial (licensed) tool. There are two main types of UFT licenses – Seat and Concurrent.
Be like Rajinikanth, the Thalaivar! Of Software Testing…
Idol. Inspiration. Role Model. God. And for some even Life. I don’t think Rajinikanth needs any introduction to most of the world. Rajinikanth is a phenomenon. He is a man with a Midas touch. The mere mention of his name will make his fans go berserk. That’s the power of Rajinikanth, the Superstar.
Mobile Game Testing | Why testing ‘Pokémon Go’ is different?
Mobile gaming is booming, and that’s awesome! A billion dollar industry with constant new efforts to capitalize on that. Mobile game segment is fiercely competed. The app store is filled with new games Mobile Game Testingdaily and it takes more than just addicting puzzles and complex levels to attain and keep users interested. There is no limit to the choices that a gamer can make. Any deficiency in smooth play, performance, graphics, logic, compatibility or the elusive “fun factor” will jeopardize its commercial success. How is mobile game testing different from mobile app testing? Let’s see at some Insights and knowledge when it comes to Mobile Game testing.
What is Software Testing? To make it Right, first identify what’s Wrong!
To make it right, you first need to identify what’s wrong. And when it’s about finding the wrong in software, we call it “Software Testing”!
Bored of Manual Testing? Try Test Automation via UFT!
How many times have we come across the same set of test cases that we need to execute again and again every test cycle? My answer would be – Every now and then. And HP’s answer to this question would be – Never, since we have UFT for Test Automation! Test Automation is a process of reducing human effort. It is a way to play-back the pre-defined set of actions and perform validations.