Maithilee Chunduri
Maithilee Chunduri
Test Consultant
Passionate QA with a growth mindset and a deep enthusiasm for continuous learning. I believe true fulfillment comes from giving .
đ MoTaBirthday | November 18, 2024
Open To
Write
Teach
Speak
On the 15th of January 2026 myself and Ujjwal Kumar Singh joined a call and pressed record. We were curious to see what would happen. A few weeks later Iâd done the same with Neil Taylor and Clare ...
6 Jul
Maithilee explains how listening to MoT content can transform chores into enjoyable experiences!
13 Feb
Maithilee shares a powerful message about the importance of human to human connection.
11 Feb
Maithilee connects gardening with testing and quality and it's great!
How about you, what analogies or non-testing examples do you use to describe testing and quality?
10 Feb
Hiring managers might not understand the true value of community participation
9 Feb
Reconnect with the MoTaverse through chapters, celebrate whatâs changed while Deanna was away, and learn how local events help you grow your network and your craft.
6 Feb
Explore how testers are blending AI with human judgment to improve exploratory testing, sharpen risk thinking, and stay accountable for quality in 2026.
9 Jan
Green Testing
Green Testing (or sustainable software testing) focuses on reducing the environmental impact of testing processes by optimizing resources, lowering energy consumption, and minimizing waste throughout the software development lifecycle. It involves automating tests, reducing redundant environments, and, in some contexts, measuring software emissions to improve sustainability.Key Aspects of Green Testing
Energy Efficiency: Optimizing test environments and reducing the number of servers used to decrease energy consumption.
Automation: Using automated testing to reduce manual effort and energy consumption.
Resource Optimization: Efficiently utilizing testing tools and infrastructure, such as decommissioning unnecessary, redundant test resources.
Early Detection: Identifying defects earlier in the development cycle to reduce the need for multiple, resource-intensive re-tests.
Sustainable Practices: Focusing on reducing the carbon footprint and waste generated during the testing process.
GraphQL
GraphQL is a query language for APIs.GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data. Unlike most query languages (such as SQL), you donât use GraphQL to query a particular type of data store (such as a MySQL database). Instead, you use GraphQL to query data from any number of different sources. Developed GraphQL was developed internally by Facebook in 2012 before being publicly released in 2015 Advantages of GraphQL:
Apps using graphQL are fast and stable because GraphQL query return exactly what you need, Not More Not Less.
REST APIs require loading from multiple URLs, GraphQL APIs get all the data your app needs in a single request.
It allows developer to add new fields without impacting existing queries
Why it is important for a QA to know about GraphQL? As a QA we should be aware of new tools and technologies which are in high demand. GraphQL is quickly making its place in the industry. Several big companies like Facebook, GitHub, Airbnb, Atlassian, Paypal, Plural sight are listed as GraphQL customers on their Site.What can we test in GraphQL
Schemas
Resolvers
Performance tests
Static type checking
Unit tests Integration tests
End to End tests
Load testing
Content Testing
Content testing is a user testing process of evaluating and optimizing various elements of digital content, such as web pages, blog posts, emails, and other marketing materials, to improve their performance and effectiveness.Content testing helps you identify what elements of your content resonate most with your audience and what isnât.Content testing typically involves creating multiple variations of a piece of content and exposing them to different segments of your audience. By doing this, you can gather data on how users interact with each variation and which one produces the desired outcomes.The results of content testing provide valuable insights into what aspects of your content are working and what needs improvement. By analyzing these insights, you can make data-driven decisions to enhance your content, boost user engagement, increase conversions, and ultimately achieve your content marketing goals.Content testing is an ongoing process that helps content creators and marketers refine their strategies and create content that best serves their audience and achieves business objectives.
Comments
(5)
99 Second Talks- TestBash Brighton / MoTaCon 2025
Thanks Simon!
Share a quality scary story in 10 words or less
No configs test in live
Share a quality scary story in 10 words or less
Small change, no testing required, deploy to production
We can now comment on Memories
Super
Drop a quality comment to win your place at Leading With Quality
Quality is a mindset according to me- it depends on whose shoes you're in. What feels like excellence to one person may not be the same for another.
17 Dec 25
Playwright Parallelism: Why the Playwright sharding approach speeds up test execution over workers?
(javascript.plainenglish.io)
17 Dec 25