Skip to main content

Posts

Showing posts with the label Testing

Do you know Code Refactoring? being QA/Software tester why it is so dangerous?

Hope everyone who involves with IT sectors they really knows as how this Code Refactoring happens and why Code refactoring coming in the picture.? As the  Software development involves one of the major key terms which is essential for the testers. This key term is known as Code Refactoring. Let's get to know about this Code Refactoring things: What is Code Refactoring? In simple terms, software normally got fails when it becomes so complex that it can no longer provide additional features while remaining error-free. Code refactoring is used to improve code design to make it easier to understand and extend. It is the process of modifying the code without actually modifying the functionality of that code. If you believe a feature may be needed in the future and your current code won’t easily be able to accommodate it, you refactor that code to make it easier to add that feature now rather than worrying about what you need to change with your code to add the feature later. What reason...

The one way to test a taxi booking app like Uber and Ola?

Uber and Ola? Aahhh  They are having so complex and demand high data security.  On the top, they have to offer unvarying stability and high UX. If you are thinking about testing. you need assistance from someone who knows what they do. However, some might be thinking that they have put a lot of effort when it comes to the development of the app, they have extremely skilled developers and they can carry out the process with ease. But remember one thing, user perspective is what matters, your developers might be partial, and this might be has a huge weightage considering the competition that you are going to face and the huge amount of money hat’s been invested. Testing is indeed extra cost, but the amount of risk it mitigates is immense. But the question prevails!   How to test a taxi booking app like Uber/Ola? before we get into that, let’s know about the need in detail. Why thorough testing is needed Every customer user app needs thorough testing to succeed in the market...

Do You Know What is Real User Monitoring? How Real User Monitoring Works?

Real User Monitoring: Real User Monitoring, or RUM, is a type of monitoring technology for digital businesses that analyzes customers’ digital experiences by looking at exactly how online visitors are interacting with a website or application. Real User Monitoring analyzes everything from page load events to HTTP requests to frontend application crashes. It’s also known as digital experience monitoring, real user measurement, user monitoring, end-user experience monitoring or RUM. The most well-known example of website traffic analytics is Google Analytics, or GA, which tracks certain types of interaction between your users and your website or webapp. GA can track page views, click paths, browser types, and traffic sources but is it really telling you how satisfied your users are? GA does a good job of giving you high-level data about your end users’ digital journey, where they come from, what pages they access, and so on. However, it doesn’t collect the data you need to easily assess ...

What are the IOPS commands ? - Linux Performace Testing and debugging basic Commands

In this generation if you are using an Linux System then you should have basic knowledge to debugging on performance side, Hence here I am providing you few commands list with the information of how to use and how the output of that. As a QA Engineer in Networking domain I am very well aware of the how is hard and needed to know debug an Linux System Performance related problems are coming in the client side along with needed to check during the Performance Testing after being withing the 3 years in IT industry. These commands are available under all flavors of  Linux  and can be useful to monitor and find the actual causes of performance problem. 1. Top – Linux Process/Performance Monitoring Linux  Top  command is a performance monitoring program which is used frequently by many system administrators to monitor Linux performance and it is available under many  Linux/Unix  like operating systems. The top command used to dipslay all th...