-
Reimagining the Tatkal Ticketing System: From 10 AM Chaos to a Fairer Booking Process
Last month, I tried booking a Tatkal ticket from Indore to Mumbai. If you’ve booked a Tatkal ticket on IRCTC, you know the routine: set an alarm, log in early, keep details ready, hover over “Book Now” at 9:59:58… and hope you’re faster than a few lakh other passengers, travel agents, and automated booking tools. As a QA engineer, I could not help thinking — this isn’t a train booking, it’s a digital stampede.»»
-
Debugger: What's inside for Tester?
Recently, I saw one of my developer friends using debugger, trying hard to find the root cause why his development code is not working. After seeing him, I got a doubt, in my 4 years of experience I never use it in my testing code, Is the debugger not for testers at all? »»
-
Testing API in BDD Style: Is it really a good Idea?
Recently I saw one of my colleagues using cucumber for API testing. I thought was it a good idea to use BDD for API testing? »»
-
Generalised Testcases: A Nightmare In A Testers' Life
Recently, one of my colleague was writing cucumber testcases for automating in a generalized manner. I feel it can be better, if it can be concrete instead of generalized one. Why?? Generalized testcase have a lot of disadvantage in long term, top most is generalized testcase’s meaning changed every time a tester read the testcase. So I introduced with a rule named concrete principle. »»
-
What is Truth Problem: A faster Solution To The Testers' Problems
Recently, We got into one problem, where every one in the team has their own views in the output of a existing testcase. Every one has their different expectation for the output. So we introduced with a problem statement named, What is TRUTH??? . »»
-
Origin Of Performance Testing
There is a lot of chaos in performance testing in the IT industry. And using resources dynamically as per the demand and requirement. But is this term new and originated in the IT field? »»
-
Dashboards in Xray: Jira
Today many of the organizations are using Xray as Test Management Tool, but all are not harnessing all of its built-in features.
Are you using Xray just for creating test cases, test plan, test executions and looking for tool to fulfill other needs???
Then you are missing out many other features, like execution triggering though xray itself, inbuilt test repository, creating cucumber testcases, syncing them with VCS, document generator and many more.»» -
Cucumber Hooks: When To Use What?
Hooks are used to execute a block of code at some point of cucumber Scenario Execution. They are one of the most important functionality of cucumber. But when to use which one, this can be used as initial guide to start with »»