Tumgik
#software testing
praxis-app · 4 months
Text
Tumblr media Tumblr media
Since our last release, we've introduced several significant updates, with one of the key enhancements being proposals to change group settings. This enables group members to collectively shape the group's overall functionality and tailor it to better suit their needs and preferences as the group evolves over time.
In addition to the ability to propose changes, we've introduced the following group settings:
Decision Making Model - You can now choose from consensus or consent decision-making to determine how decisions are made in the group
Admin Model - Choose from No Admin or Standard to determine how the group is managed. No Admin ensures all changes are made through proposals, while Standard allows for customizable admin roles
Ratification Threshold - Set the minimum amount of positive votes required for a proposal to be ratified under consensus
Voting Time Limit - Set a time limit for how long proposals can be voted on before they're closed or ratified. This can be set with a dropdown or a date picker
Stand Asides and Reservations Limit - Set the acceptable number of stand asides or reservations for a proposal to pass
These updates aim to offer greater customization for groups, while also showcasing how software can empower communities to collectively shape the digital spaces they occupy.
For anyone interested in helping to test the new features, feel free to hit us up on here or Discord.
Join the Praxis Discord - Mastodon - GitHub
49 notes · View notes
frog707 · 8 months
Text
XKit Rewritten
My Tumblr browsing experience just got 100% better since I installed this browser extension. I've said "goodbye" to the Tumblr Live carousel! And Tumbr Radar! And several other annoying features of the web interface.
Please note that the XKit-Rewritten extension is in beta. I'm testing it on Firefox. Your mileage may vary.
12 notes · View notes
mananbroti · 1 month
Text
In this video, I will give a short description of the definition of software quality assurance.
2 notes · View notes
why-tap · 1 year
Text
Tumblr media
Interested in learning Coding?
25 notes · View notes
Tumblr media Tumblr media
If you refer Java Revision Notes, you don’t need to install any other apps or web search to prepare the interview questionnaire or examinations.
9 Significant Benefits of Learning Java with Chirag Khimani;
i.) The book is specially prepared for those who want to revise basic concepts before examinations
ii.) Provides Quick and Efficient solutions
iii.) It is color-coded like an elementary book
iv.) This can be handy before the interview so no tedious surfing required
v.) Each topic has purpose and descriptive write-up
vi.) Syntax and example for each concepts that explains clearly
vii.) Books are Pocket Friendly (Cost Effective)
viii.) Overcomes the previous misconceptions which you might had before
ix.) Learning of Java Coding Programs with Chirag is a thrilling experience because he always applies the real world problem to Java puzzles and provides easy solutions which are simple to use
2 notes · View notes
Text
Assertion: literally everything that could be usefully tested can, in principle, have its tests usefully randomized in a fuzzing/"property-based" way.
Challenge: come up with a counter-example for which I can't think of a useful randomization.
3 notes · View notes
urmverma0202 · 6 months
Text
Advancing Your QA Career: Specializations and Growth Opportunities
In today's rapidly evolving tech landscape, a career in Quality Assurance (QA) has become more exciting and dynamic than ever before. QA professionals play a critical role in ensuring that software applications and products meet the highest standards of quality and functionality. As technology continues to advance, so do the opportunities for QA specialists to specialize and grow in their careers.
One significant way to advance your QA career is through specialization. The field of software testing course in Bhopal has diversified to accommodate various niches, each offering unique challenges and career growth potential. Here are some popular specializations within software testing.
2 notes · View notes
softwaretester · 8 months
Text
How To Write A Good Bug Report? Tips And Tricks
Writing a concise and productive bug report is critical for communicating software faults properly and effectively. An articulate bug report gives engineers the information they need to quickly comprehend, recreate, and repair the problem. This essay will go through the fundamental techniques and methods for writing a decent bug report. This will assist in simplifying the problem repair process and assure the timely distribution of software of the highest quality.
3 notes · View notes
rannsolve · 8 months
Text
2 notes · View notes
declanmck · 9 months
Note
Are community labels supported for ask answers?
Tumblr media
3 notes · View notes
xscale23 · 1 year
Text
Scaling B2B SaaS/Tech Companie
Xscale was developed by business executives who had worked for Fortune 500 firms. It is a highly targeted accelerator that exclusively works with 10–12 high–potential start-ups each year. Its main objective is to support Indian B2B SaaS companies in their global expansion by accelerating their revenue growth. Its vision is to revolutionize sales and open up access to international markets to produce world-class B2B SaaS/Tech enterprises outside of India. Its purpose is to transform India's reputation as a talent exporter into one of a producer of world-class businesses and make a positive difference in people's lives by creating new jobs.
Xscale focuses on creating a precise go-to-market strategy (target customer segment, sales channel selection, positioning, and pricing), developing sales strategies, and offering assistance with putting those plans into action. It assists start-ups in growing outside of India and invests up to INR 15 million in its accelerator start-ups from its internal corpus.
4 notes · View notes
praxis-app · 7 months
Text
Testing and QA is now open for all verified members of the Praxis Discord server!
If you're interested in helping to test the website and would like to be the first to know about the latest features, join us on Discord and we can get you set up with an account in our new testing environment.
As we're still in the very early stages of testing and QA, please bear in mind that Praxis is not yet intended for serious use outside of testing or research purposes.
Invite link to the Praxis Discord
37 notes · View notes
frog707 · 9 months
Text
Loving Travis
For most of my open-source software projects, I use the Actions platform built into GitHub for CI (continuous integration). GitHub Actions provides virtual machines to run workflows, so I don't have to administer build environments for Linux, MacOS, Windows, and so on. It's modern, convenient (if you use GitHub instead of, say, GitLab), fairly reliable, and (best of all) free (for public repos).
For me, the main limitation of Actions is that all their hosted runners use the x64 architecture. Sometimes I want to build and/or test on Arm CPUs---for instance my Libbulletjme project, which has a bunch of platform-sensitive C++ code.
For Libbulletjme, I still depend on the older TravisCI platform, run by a private firm in Berlin. In addition to a huge selection of build environments based on AMD CPUs, Travis also provides Arm-based Linux environments. (Officially, they're a "beta-stage" feature, but they've been in beta for years.) Like Actions, Travis is also free to open-source projects, though their notion of "open-source" seems a bit stricter than GitHub's.
I mention Travis because my experiments with the Vulkan API exposed a limitation in Libbulletjme, which led me to begin work on a new release of Libbulletjme, which led me to discover an issue with Travis's Arm-based build environments. A recent change to these environments caused all my Arm-based builds to fail. I could only go a bit further with Vulkan before I would have to make hard choices about how to work around the limitations of Libbulletjme v18.5.0 .
At 20:09 hours UTC yesterday (a Sunday), I e-mailed TravisCI customer support and explained my issue. At 12:25 hours UTC today, Travis announced a hotfix to solve my issue. That's pretty good turnaround, for a non-paying customer having issues with a "beta-stage" feature on a summer weekend.
Bottom line: I still love Travis. <3
3 notes · View notes
basemosama · 1 year
Text
4 notes · View notes
why-tap · 1 year
Text
Tumblr media
Technology Facts... view more
25 notes · View notes
Text
Test Driven Development: Best Practices for Writing Reliable and Maintainable Code
Best Practices of Test Driven Development. Enjoy reading...
Test Driven Development (TDD) is a software development practice that involves writing automated tests before writing the code that will satisfy those tests. It is an iterative and incremental approach to software development that emphasizes the importance of writing code that is both correct and maintainable. In this article, we will discuss the best practices and examples of Test Driven…
Tumblr media
View On WordPress
3 notes · View notes