testing

Question

How do I submit an article to stickyminds?

I need an email address to submit an article

[email protected]

Jon Hagar's picture Jon Hagar
Software Testing Academy

Hi guys, looking for quality education for manual testing (QA), but I don't want to learn in groups of more than 20 to 30 people

Charles Ikwuagwu's picture Charles Ikwuagwu
Basic Pros and cons of manual testing

Please list the Pros and Cons of manual testing.

Kathleen Campbell's picture Kathleen Campbell
Seeking advice on improving software testing skills

Hello everyone,

I am a software tester who wants to develop my abilities and stay current with software testing trends. I discovered stickyminds.com and was amazed by the variety of papers, seminars, and podcasts about software testing that it provides.

I'd want to hear from other software testers who have used stickyminds.com to hone their craft. Which resources were the most beneficial to you? What topics would you suggest for someone who wants to stay current on software testing? Did you attend any of stickyminds.com's webinars or virtual conferences? If so, which ones did you find most useful?

I'd also welcome any tips on how to make the most of stickyminds.com. Should I concentrate on certain areas or topics? Are there any hidden treasures I should look into? Finally, I'd want to hear if you have any recommendations for any similar websites or resources.

Thank you in advance for your assistance and counsel. 

Vivek Garg's picture Vivek Garg
Exploratory Testing: Why Is It Not Ideal for Agile Projects? Exploratory Testing: Why Is It Not Ideal for Agile Projects?

As the Agile environment has efficient principles that allow quick responses to changes and the ability to deal with uncertainty, exploratory testing may seem like a perfect match for such projects. However, this is only partially true. In reality, diverse reasons impede its usage in Agile projects, and companies should take them into account before designing QA strategies.

Vitaly  Prus's picture Vitaly Prus
Help Needed with Manual Testing Interview Questions

Hello all,I'm preparing for a manual testing interview and I'm having some trouble figuring out how to answer some of the questions. I'm especially stuck on a particular question involving writing code. I referred to this resource. The question is:

"Write a program that takes an integer as an input and prints the sum of all the digits in the input number."I've tried this code, but it doesn't seem to be working:int number, sum = 0;court << "Enter an integer: ";
in >> number;

while (number != 0)
{
sum += (number % 10);
number /= 10;
}

court << "The sum of the digits is: " << sum << endl;

Can anyone help me figure out what I'm doing wrong? Any advice or tips would be greatly appreciated.

Thanks!

vantika vani's picture vantika vani
Hey! Who knows which tool can help me with auto-creating test descriptions?

It takes too much of my time lately, so I am looking for some ways to makes it faster. Haven't tried any tools yet, would appreciate any advice from you!

Yuliia Saveniuk's picture Yuliia Saveniuk
Please help and suggest tools for checking element of Ul such as font family, size, styles used in mobile application

Check below use case for Login screen,

Now for field title and subtitles font family should be “Roboto” (just example). And font size should be "10" and Font color should be “#DCDCDC” for example.

Now how do I verify it mobile app is satisfying above requirements or not? It can be done manually but it's time consuming and chance of human error. So pls suggest any tool or app that will identify the font style of any mobile app developed either in Native or Hybrid.

 

 

Yogi Singh's picture Yogi Singh
Document Testing

Looking for recommendations for a testing tool that we can use to test our documents. Looking to test the document content, validate that the correct clauses are reflecting, the correct data is outputted, and that the layout is correct.

Dominique De Matteis's picture Dominique De Matteis
We do weekly bug review in which we discuss root cause of the bug. Is there better way to do? Currently we do weekley bug review with all devs and QA in which we review impacted areas and root cause of the bug also what we had done to stop this bug from happening. I know its good to have this discussion but we still have lots of bugs in backlog as well. And i need suggestion what's other good practise i can introduce . I know we can do defect triage meeting to discuss all the bugs which has been raised. Are there any other process which i can follow.    Thanks
tarun mehrotra's picture tarun mehrotra

Pages

StickyMinds is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.