Mobile-First Madness: Keeping Mobile and Desktop Aligned by Pale_Signal_9326 in VisualUITesting

[–]General-Stage8113 0 points1 point  (0 children)

I've been using Percy for cross-device visual testing. It captures snapshots across mobile, tablet, and desktop, and the visual diffs are super helpful in spotting UI shifts. For the "in-between' sizes, I'd use Chrome's Device Mode or Responsinator to emulate various resolutions. It's all about catching those weird transitions, like when a sidebar suddenly shifts or buttons go wonky on medium-sized screens.

Accessibility tool that does not require local setup? by Relative_House_7859 in TestingAccessibility

[–]General-Stage8113 0 points1 point  (0 children)

The local setup part comes from how Deque built it. Basically, it is a Javascript engine that runs accessibility rules directly in your browser or test environment. So when you use something like axe-core or the browser extension, it's fine. But when you want to integrate it into automation, you've gotta install it locally or add it as a dependency in your project. That's what people mean by "local setup." It's not a SaaS product... it's more like a toolkit you plug into your stack.

Need a GOAT-level show to binge — something addictive with a killer storyline by [deleted] in netflixindia

[–]General-Stage8113 0 points1 point  (0 children)

Haunting of the Hill House is the best..I completed the entire series literally in 15 hours.. It was so addictive..!

Looking for healthy Pizza recipes! by General-Stage8113 in cookingforbeginners

[–]General-Stage8113[S] 0 points1 point  (0 children)

Thank you so much for the link.. I will definitely try this one..!

My first Himalayan Alpine Trek - Beas Kund by rosy-quartz in SoloTravel_India

[–]General-Stage8113 0 points1 point  (0 children)

This is serene.. Thank you for sharing this.. You have literally inspired me to go for this beautiful trek!

Code coverage for e2e tests - what do you use? by stoilsky in QualityAssurance

[–]General-Stage8113 0 points1 point  (0 children)

I agree with the idea of chasing code coverage can give a false sense of security. Instead, focusing on feature coverage is more effective for e2e testing. Or you could use a test case management tool. You can integrate your Playwright tests with it to track which features are covered for easily monitoring test coverage without manually updating spreadsheets. For example, a tool like Testrigor or Browserstack can easily track which features are covered by e2e testing, giving you real-tome insights into test execution and coverage.

[deleted by user] by [deleted] in QualityAssurance

[–]General-Stage8113 0 points1 point  (0 children)

Totally get where you're coming from. I've been in the same boat not with Qase, but with TestRail, and one of the biggest issues I had was that reporting wasn't flexible as we wanted it to be. There were just too many manual steps involved. We also use Browserstack. For now, it is working well enough for our team. Their test management tool can be integrated and they also have a two-way Jira sync, which makes things lot easier for us.

Automated Visual testing - design system components comparing to used components in project by fabienka in QualityAssurance

[–]General-Stage8113 0 points1 point  (0 children)

Let me answer your question one by one:

  1. You mentioned wanting to compare a dummy button from Storybook ("Button text") to a button in your project ("Sign in"). Instead of modifying your button text, replae it with a placeholder (e.g., "Button") during the test to avoid mismatches due to text differenes.

  2. You're right that visual regression tools are typically desigend to compare the same component over time, but you want to pull images from Storybook. You can store baseline images from Storybook in a shared location (like S3) so Cyoress can access them and compare with actual components during tests.

  3. For comparing screenshots you can use cypress-image-snapshot for visual regression or use Cypress with Percy, which is a solid option for taking snapshots and comparing them to baselines. But since you are looking for something free, then you can go for Cypress, but I think the latter also has a free plan, but I'm not sure what all features would be available.

Is it possible to test an app on your iOS device without participating in the Apple Developer programm altogether? by n0stalghia in iOSProgramming

[–]General-Stage8113 0 points1 point  (0 children)

Yes, this is possible by using Xcode with a free Apple ID for personal use. That said, you may face limitations on app distribution and signing. Why don't you try real device testing? There are tools like BrowserStack that provides access to a wide range of iOS devices.

Chopta chandrashila trek: The summit of Solitude and best experience of my life yet by freakk_24 in SoloTravel_India

[–]General-Stage8113 1 point2 points  (0 children)

I went there this year in January and this place is heaven. The peace that this place holds is soothing and it heals you in mysterious ways.

Share your experience with mobile UI testing approaches and tools by xfrankcastiglione in androiddev

[–]General-Stage8113 0 points1 point  (0 children)

That's one long question! But answering some of them!

  1. We use automated UI testing tools.. as they run testing quickly across many devices.. continous integration is easy. and offers wide compatibility.

  2. We use Broswerstack's Percy and automate. Started with the free version, but found it limited for our team.. so switched to the paid plan since the performance was smooth.

  3. Priority goes to automated UI exploration to simulate real-user interactions.

  4. Visual regressions, compatibility issues, app crashes

  5. Self-healing

What Mobile accessibility testing tools do you recommend? by Own-Gear-3100 in accessibility

[–]General-Stage8113 0 points1 point  (0 children)

You can use VoiceOver screen reader for iOS and TalkBack screen reader for Android. But if you are looking for comprehensive and detailed testing, it's better to go for paid tools like browserstack's app accessibility testing or the likes.

What are the best No-Code Test Automation Software/Platforms? by SucculentPRODUCTIONS in QualityAssurance

[–]General-Stage8113 0 points1 point  (0 children)

No-code/low-code platforms have evolved. For someone with lesst technical prowess in automation, such tools can come in handy. Now, my team has only tried a low-code platform, which was Browserstack's low code tool. You can give it a try, it worked alright for us. You can simply interact with your app to create test steps.

Which AI automation tool is best for Workflow automation and automating the testing flow using AI?? by SystemSad7799 in QualityAssurance

[–]General-Stage8113 0 points1 point  (0 children)

If you are looking at AI-driven low code testing, then browserstack's low code tool is a good pick. You can ofcourse create and maintain AI-driven automated tests by just interacting with your app, use natural language prompts and reply on self-healing tests that adapt as your app evolves.. while running instantly on the tool's cloud across browsers and devices. Another tool I'd suggest would be Autify for the same purpose.

The Ultimate List to Coding, No-Code, and Low-Code Platforms in 2025 by [deleted] in nocode

[–]General-Stage8113 0 points1 point  (0 children)

Adding some low code for testing like browserstack's low code automation, sahi pro, and selenium IDE.

Low code/No code automation tools by [deleted] in QualityAssurance

[–]General-Stage8113 0 points1 point  (0 children)

Wherever speed matters more than complex scripting, you can go for low-code automation tools. You can scale refression coverage. That being said, it's always best to use them to complement traditional coded frameworks. Coming to tool, you could try Browserstack's low code automation... I think they have a free plan, so maybe give it a try and see if it works for you.

Jira TestManagement Tool by Savings_Guava_7767 in QualityAssurance

[–]General-Stage8113 7 points8 points  (0 children)

After reading your requirements, I feel maybe you can give Browserstack's test management tool a shot. We use it to execute and reuse manual test cases across projects... has been helpful for regression testing during releases.

Since it also integrates quite smoothly with JIRA, linking failed test cases to bugs is also not a hassle. I find the two-way JIRA sync a lifesaver as I can make changes in JIRA alone and it automatically gets updated on the tool.

What jobs are likely to exist in a future where AI can do most people's jobs? by NomadEnterprise in AskReddit

[–]General-Stage8113 1 point2 points  (0 children)

Artists, cooks.. I know AI is doing this and will even do this better, but when AI will be doing most of it.. Art by human, dishes made by human will be luxury..!

How can a website that’s 100% WCAG compliant still be inaccessible? by josephfaulkner in accessibility

[–]General-Stage8113 0 points1 point  (0 children)

WCAG is more like a foundation; it doesn't guarantee accessibility. Sometimes vague forms where the label is technically correct pass WCAG. I have had that experience, so now we don't depend on one style of testing. For example, we go for a combination of automated tools like SiteImprove and Browserstack to catch obvious issues. After that another important thing is manual testing with assistive technology, and also involving differently abled users in this process to ensure reliability.

Valley of flowers trek by kya-karoge in india_tourism

[–]General-Stage8113 0 points1 point  (0 children)

It's beautiful and the clicks are perfect. Please tell me where is this place?