test automation 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!

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!

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.

 

 

By Dominique De Matteis - March 9, 2023No Answers

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.

I need a automaction script which generates the locatore/xpath present on web page. 

What are the kind of certifications or new skills that can be learned for a Software tester with 5 years of experience. Is there any tool-based certification?

Greetings to everybody.

I'm presently working in the automation department, where I need to prepare test strategy documents. However, I've never done so before, so I'm unsure of what to include.

Background of the project: We need to build a test strategy document for a new UI and functional implementation because we are in the e-commerce industry (Revamp of Basket page and checkout Page)

The POM-MSTest c# framework is available.

I have read various articles where sample templates for strategy documents were obtained, however I am at a loss for words for an ecommerce domain project.

Sample Link

https://www.researchgate.net/publication/339746253_Test_Automation_strategies

https://cdn2.hubspot.net/hubfs/2912187/Leapwork_FactSheet-TestAutomationStrategy-v2.pdf

Can somebody assist me with this?

One of my friend lives in Canada from 3 years and working in a testing company in Canada. She wanted to switch from there. Please suggest some companies? 

In my application everytime to login after i enter the user name and password a authentication token will be generated.

My question is how do i store the token in the browser and use the same token everytime while logging into the application

 

By Eslam Mustafa - February 24, 20221 Answer

can i get a small help about selenium and scrolling the left panel only?

Pages

StickyMinds is a TechWell community.

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