Automation TestingFront End DevelopmentManual Testing

5 Things To Know Before You Start API Testing

As you might be aware, API  stands for Application Program Interface. As the name suggests, it acts like an interface between the user and the application. APIs are mainly responsible for the data exchange services between the two different software. Software testing is complicated and challenging. It is therefore essential to understand best practices and […]

Shreya Agrwal
Shreya Agrwal
Read

Media & EntertainmentTechnology

How to Install Tizen Dev build in Samsung Smart TV?

Installing Dev build across different platforms can be as direct as by pressing install button and at the same time it can become complex and go tricky for if the concerned person is operating from a different geographical location. In this blog, I will be covering Samsung’s Tizen OS for a Smart TV application which requires few […]

Deepak Samal
Deepak Samal
Read

Automation TestingManual TestingTechnology

Best Practices for Test Planning

The first and foremost step of testing in the testing life cycle is “Test Planning”.  Test planning helps to set up a roadmap for testing. Testing roadmap is planned by an experienced person with 5-8 years of experience as it is one of the key factors in delivering bug-free products. After completion of test initialization and finalization […]

Shikha Narang
Shikha Narang
Read

iOSTechnology

Booking Rides using SiriKit

In iOS 10, SiriKit can be used to add app’s services with a system. SiriKit provides services for the below-mentioned domains. To avail it, you need to create an app extension using the Intents and Intents UI framework: Audio or video calling Messaging Sending or receiving payments Searching photos Making restaurant reservations Ride Booking Workouts Adjusting settings in […]

Eliza Dhamija
Eliza Dhamija
Read

AWSDevOpsTechnology

Docker Logging Methods that Fit your Deployment Strategy

With the huge success of micro-services and container technologies, most of the enterprises are migrating their architecture to the container-based solution which is more reliable and flexible as compared to monolithic architecture. Moving to containerized solution like Docker, logging each container and its insights is a new challenge. Analyzing logs provides insight into stability, performance, […]

Mayur Rastogi
Mayur Rastogi
Read

AgileDevOpsDigital Transformation

DevOps Culture: Why CTO’s Should Care?

DevOps is not just a buzzword in the IT industry. Most organizations today are using IT-enabled innovations and using information technology to stay competitive in the industry. Every organization irrespective of their size and type knows the importance of agility in IT systems and managing cost effectively. The organizations are focussed more on faster time […]

AWSDevOpsTechnology

How to run Fabric using AWS Lambda and Paramiko?

We usually come across few scenarios where we need something to run on the remote servers for the sake of automation. I came across such a use case in AWS where I need to run fabric on a server to be triggered from AWS Lambda. This fabric script further does few tasks on other servers. […]

Navjot Singh
Navjot Singh
Read

AWSDevOpsTechnology

AWS Cost Optimization Series | Blog 4 | Databases Consolidation and Optimization

This is a blog series in continuation to a Use Case on How the team at TO THE NEW reduced monthly AWS spend from $100K to $40K in 90 days for a client. In this blog, I would explain how MongoDB consolidation and RDS optimizations have helped one of our clients to generate significant cost savings. […]

Neeraj Gupta
Neeraj Gupta
Read

Technology

The What and How of GUI Testing

Graphical User Interface (GUI) is the most crucial part of any application which makes the application stand out from the million of similar apps. A well-designed interface allows the user to easily interact with the device and run tasks smoothly. It also allows a user to interact with the technologies using images rather than text. Outlined […]