Month: July 2023

Test Automation Frameworks: A Beginner’s Guide to Choosing, Implementing, and Optimizing

Test automation frameworks provide a set of features and best practices designed to help build efficient, effective test automation systems.
The post Test Automation Frameworks: A Beginner’s Guide to Choosing, Implementing, and Optimizing appeared first on ReadWrite.

Test automation frameworks provide a set of features and best practices designed to help build efficient, effective test automation systems.

By providing automated solutions for frequently repeated or tedious tasks, these frameworks cut down on test development time while enabling teams to validate software more thoroughly.

In this guide, we’ll explore what test automation frameworks are, the different types available and how to select the right one for your project.

We’ll discuss some best practices you should keep in mind when creating your framework and common challenges that may arise along the way. Finally, we will recap essential points about using an Automation Framework in your system testing processes.

Types of Test Automation Frameworks

Source

Modular Frameworks

Modular frameworks are test automation designs that decompose applications into discrete modules which represent business functions. This allows QA activities to move from one module to another and thus increases the reusability of tests across multiple areas of functionality.

Additionally, by using automation techniques like object mapping and object identification, modular frameworks help reduce maintenance costs when an application changes or updates since the same modules can be used with slight modifications.

It also helps eliminate redundant code such as test steps that are repetitive in nature existing. With these advantages, you will get comprehensive coverage for your applications being tested while seeing a decrease in time cost for personnel and executing faster testing automation each iteration.

Keyword-Driven Frameworks

Keyword-Driven Frameworks are used to develop automated tests using keywords or terms that map to different functions. Tests are written to utilize reusable actions, such as login and logout, along with control flow organization which steps the user through the independent tests built from these keywords.

The advantages of this system include structure, maintainability, and traceability making it easy for multiple staff to collaborate on test writing together.

Additionally, new frameworks can be easily added depending on changes within your application’s functionality while at the same time slowing down longer execution times due one not having pure libraries but instead defining actions in a slower manner and using necessary data fields more often.

Limitations however come from initial setup costs due to pipeline creation before being able to solve any test cases. An additional issue with the framework arises if complex decision trees and object identification occur since this framework relies largely on keywords which can be limited in functionality for an expected result.

Data-Driven Frameworks

Data-driven testing breaks down data into separate input and expected output values, allowing developers to perform automated tests taking these parameterized test cases.

This results in faster creation and execution of tests with minimal iteration needed per individual test, as well as a higher degree of accuracy estimated during the automation process.

By using appropriate external data storage (like MySQL) or provision for feedback loops to result from each set executed, implementation can further be optimized by being able to note trends surrounding specific server behaviors across all consoles used or pinpoint differences in tester approaches overall.

Additionally, parameters are not hard coded when executing iterations, enabling more precise localization control based on each unique environment tested – enabling the testers who are carrying out the automation to better be able to recognize and solve any raised issues quicker.

Hybrid Frameworks

Hybrid test automation frameworks combine components of modular, keyword-driven, and data-driven testing frameworks. The intention is to establish a robust framework that provides better reusability, maintenance, and scalability advantages compared to the standard approaches for software testing automation.

Hybrid frameworks can help address challenges in source code reuse because they utilize features from both Keyword Driven Test Automation as well as Data Driven Test Automation.

They enable combining theoretical steps for script design with automation tools, like Selenium or other open-source tool suites.

This means achieving maximum coverage while minimizing redundancy of effort across creation and execution cycles will be a more efficient and cost-effective ideal from a testing perspective.

Choosing the Right Test Automation Framework

Factors to Consider

Source

Project Requirements

When choosing the right test automation framework, one of the most important factors to consider is the project’s requirements. Each type of testing environment will likely have different needs: unit tests require speed and isolation; integration tests require proper setup configuration; functional requirements need complete system coverage.

The architecture and technology of the application should also be taken into account, that way a suitable automation solution can be chosen that suits specifically.

There may also be other external factors influencing choice such as licenses or specific tools required for successful implementation. Careful consideration should always been given to size, complexity as well as strategic impact when deciding upon a framework for automation.

Team Skills and Expertise

When selecting a test automation framework, it’s important to consider the skillset of any team members responsible for using the framework.

Frameworks are built with different levels of complexity so matching the currently available team skills while allowing for growth is essential.

Having both manual and automation testers working together from an initial set-up message can have a big impact in helping identify gaps where refining and tactical training may be necessary.

If certain technical knowledge or experience within customer/third-party applications are needed, researching ways to improve on this type of skill beforehand is beneficial as early as possible.

Scalability and Maintainability

When choosing a test automation framework, scalability and maintainability are important factors to consider. An ideal framework should support scaling up or down in accordance with changing project requirements and technology.

It should also have efficient debugging capabilities, for quickly resolving errors during test executions. Further, the maintainability of the framework should be taken into consideration – changes made to one script must not affect the entire suite of tests.

Proper documentation of scripts is essential so developers can easily comprehend codes over time without needing frequent elaborate tutorials.,

Best Practices for Test Automation Frameworks

Source

Maintainable and Readable Test Scripts

One of the best practices for test automation frameworks is to create maintainable and readable test scripts. Maintainable code that has a clearly labeled structure, allows developers with similar skillset to find their way quickly without requiring them to learn complex context structures.

Readable coding also means creating self-tested objects or commenting elaborate control sections with inline explanatory comments.

Going beyond basic qualifiers viz., executable code flags like try/catch clauses can save huge efforts in troubleshooting problems, disposing of resources safely and robust error reporting with verbose messages during the process of automating long-run regression tests.

Efficient Test Data Management

Good test data management is key for successful test automation! Requirements should be evaluated when applicable to determine which type and amount of test data is necessary, as well as storage methods.

Careful planning ahead of time helps to streamline the process in order to reduce costs and development time.

Additionally, automated tools can help generate large sets of data efficiently while having variables built in that allow preset values or inputs.

Robust Error Handling and Reporting

Robust error handling and reporting are essential when it comes to test automation review. Error handling should communicate that an issue exists along with key diagnostics for debugging purposes.

It should be logged for further discussion or for developers on the team so they can investigate the errors and have a data-driven approach in case alternate solutions exist.

Additionally, error messages need to be written clearly enough that users other than the initial tester understand them while being comprehensive as possible about what action led up to the failure.

A good report should promptly provide all feedback users need to be built using patterns, such as application-wide crash analysis or slow loading metrics detection, etc.

This ensures fast response time when needed by debuggers inspecting occurrences and gives stakeholders additional information and enough evidence on matters worthy of debugging or support.

Continuous Integration and Delivery Integration

Continuous integration keeps the development and testing cycle efficient through technological infrastructure that automates such processes as build generation, compilation processes, and multimedia performance.

Additionally, by integrating with delivery automation services, packaged data can be quickly distributed to multiple users—ensuring up-to-date knowledge, updates, and bug fixes are widespread in little time.

By combining continuous integration with delivery automation all components related to applications flow efficiently through pre-defined workstreams resulting in not only increased system visibility but also better quality assurance & testing and faster deployments of new software or features.

Conclusion

Test automation frameworks are instrumental for improving the reliability and repeatability of test scripts. Various types and approaches can be selected in order to meet the needs of different projects.

When selecting the appropriate framework, it’s important to factor in project requirements, team skills, scalability & maintainability before testing & unveiling a prospective framework.

Following best practices while creating, optimizing, and executing your tests is also necessary to maximize efficiency – making sure that scripts are maintainable and readable; good test data management is in place with robust error handling and reporting capabilities, as well as those for integration with CI/CD processes, will, effectively ease future script maintenance efforts.

Utilizing well-slated Toolsets might superspeed this whole procedure…but make sure you chose something comprehensible enough for multiple members working together on your team.

The post Test Automation Frameworks: A Beginner’s Guide to Choosing, Implementing, and Optimizing appeared first on ReadWrite.

Read More 

Amazon’s best Fire TV streaming stick is back down to its lowest price of $24.99

Photo by Chris Welch / The Verge

The Fire TV Stick 4K Max is on sale once again for its all-time low price of $24.99 ($30 off) at Best Buy and Target. It’s one of the best streaming devices you can buy, especially if you prefer one that can neatly hide behind your TV and has excellent support for voice controls. Its Fire TV operating system highlights Prime Video content a lot, and it does have some ads, but its speedy performance and Wi-Fi 6 speeds at this low price are a worthwhile tradeoff. Plus, the Fire TV Stick 4K Max has a tight integration with Amazon smart home accessories, allowing you to ask Alexa to set the mood by dimming the lights in addition to calling up apps or searches with your voice.

Another notable deal on Amazon hardware is the latest Echo Show 8 smart display, which is on sale at Best Buy for $59.99 ($70 off). Like the Fire Stick above, the second-gen Echo Show 8 is also matching its lowest price to date.
The midsize Echo Show has an eight-inch display that’s kind of the Goldilocks “just right” size of Amazon’s smart displays. It’s big enough for video calls, reading recipes, getting informative glances of the weather and news, and listening to music or podcasts on its pretty loud speakers. But at eight inches, it’s not too big to plant down on a kitchen countertop or in a living room or bedroom.

The Turtle Beach Recon Cloud controller is on sale for, frankly, a ridiculously low price of just $27.67 (about $52 off) at Amazon. The Recon Cloud is wireless via Bluetooth on Android phones and Windows PCs and wired on Xbox Series X / S consoles. It comes with a mounting clip for smartphones, making it a nice package for game streaming on services like Xbox Game Pass Ultimate, but unlike other clips, it threads into the controller with a sturdy screw for more stability. Plus, it has lots of handy headphone controls for when you’re playing in wired mode and two programmable rear buttons to give you a slight competitive edge in online shooters.

A small mountain of Monday deals:

Got multiple DualSense controllers for your PlayStation 5 that see frequent use? The HyperX ChargePlay Duo charging station can charge two of them at once, ensuring you’ve always got a spare ready to go, and it’s on sale for just $24.99 ($8 off) at Amazon.
The latest base model of Ring’s Video Doorbell is on sale for $54.99 ($45 off) at Best Buy. It records at 1080p resolution, supports two-way communication, and can either run on a rechargeable battery or be hard-wired. Plus, it’s also available at that price in a more handsome venetian bronze color (if that suits your outdoor decor). Check out our video doorbell buying guide for more info on it.
If you want an even cheaper doorbell from an Amazon-owned company, the Blink Video Doorbell is just $29.99 ($30 off) in black or white at Best Buy. Like the Ring, it has 1080p resolution and can also be wired or run on a battery — though for an on-demand live view, you need the added Sync Module 2 (which also adds free local storage).
The Amazon Fire HD 10 tablet with 32GB of storage is on sale at Best Buy for $74.99 ($75 off), matching its best price last seen on Prime Day. It’s got a 1080p screen, good battery life, and adequate performance for small tasks and content consumption. Read our review for more.

Amazon’s Echo Show 10 is $162.99 ($87 off) at Target and Best Buy. The 10-inch smart display is great for video calls with anyone who struggles to frame themselves or sit still since the screen rotates to best keep them in the shot. It also makes a handy companion for keeping your recipes front and center while moving around in the kitchen.
If you own a Mac and just need a simple keyboard, Apple’s base model Magic Keyboard is now $69.99 ($30 off) at Woot. It’s Apple’s most no-frills design (lacking a number pad or Touch ID key), but it’s got a rechargeable battery that can last up to a month and charges via Lightning port.
The PowerA MOGA Play & Charge Gaming Clip has dropped to $13.47 (around $17 off) at Amazon. The mobile clip attaches a smartphone to the latest Xbox controllers for game streaming, and it’s got a small power bank built in to give your phone a small recharge.

Photo by Chris Welch / The Verge

The Fire TV Stick 4K Max is on sale once again for its all-time low price of $24.99 ($30 off) at Best Buy and Target. It’s one of the best streaming devices you can buy, especially if you prefer one that can neatly hide behind your TV and has excellent support for voice controls. Its Fire TV operating system highlights Prime Video content a lot, and it does have some ads, but its speedy performance and Wi-Fi 6 speeds at this low price are a worthwhile tradeoff. Plus, the Fire TV Stick 4K Max has a tight integration with Amazon smart home accessories, allowing you to ask Alexa to set the mood by dimming the lights in addition to calling up apps or searches with your voice.

Another notable deal on Amazon hardware is the latest Echo Show 8 smart display, which is on sale at Best Buy for $59.99 ($70 off). Like the Fire Stick above, the second-gen Echo Show 8 is also matching its lowest price to date.

The midsize Echo Show has an eight-inch display that’s kind of the Goldilocks “just right” size of Amazon’s smart displays. It’s big enough for video calls, reading recipes, getting informative glances of the weather and news, and listening to music or podcasts on its pretty loud speakers. But at eight inches, it’s not too big to plant down on a kitchen countertop or in a living room or bedroom.

The Turtle Beach Recon Cloud controller is on sale for, frankly, a ridiculously low price of just $27.67 (about $52 off) at Amazon. The Recon Cloud is wireless via Bluetooth on Android phones and Windows PCs and wired on Xbox Series X / S consoles. It comes with a mounting clip for smartphones, making it a nice package for game streaming on services like Xbox Game Pass Ultimate, but unlike other clips, it threads into the controller with a sturdy screw for more stability. Plus, it has lots of handy headphone controls for when you’re playing in wired mode and two programmable rear buttons to give you a slight competitive edge in online shooters.

A small mountain of Monday deals:

Got multiple DualSense controllers for your PlayStation 5 that see frequent use? The HyperX ChargePlay Duo charging station can charge two of them at once, ensuring you’ve always got a spare ready to go, and it’s on sale for just $24.99 ($8 off) at Amazon.
The latest base model of Ring’s Video Doorbell is on sale for $54.99 ($45 off) at Best Buy. It records at 1080p resolution, supports two-way communication, and can either run on a rechargeable battery or be hard-wired. Plus, it’s also available at that price in a more handsome venetian bronze color (if that suits your outdoor decor). Check out our video doorbell buying guide for more info on it.
If you want an even cheaper doorbell from an Amazon-owned company, the Blink Video Doorbell is just $29.99 ($30 off) in black or white at Best Buy. Like the Ring, it has 1080p resolution and can also be wired or run on a battery — though for an on-demand live view, you need the added Sync Module 2 (which also adds free local storage).
The Amazon Fire HD 10 tablet with 32GB of storage is on sale at Best Buy for $74.99 ($75 off), matching its best price last seen on Prime Day. It’s got a 1080p screen, good battery life, and adequate performance for small tasks and content consumption. Read our review for more.

Amazon’s Echo Show 10 is $162.99 ($87 off) at Target and Best Buy. The 10-inch smart display is great for video calls with anyone who struggles to frame themselves or sit still since the screen rotates to best keep them in the shot. It also makes a handy companion for keeping your recipes front and center while moving around in the kitchen.
If you own a Mac and just need a simple keyboard, Apple’s base model Magic Keyboard is now $69.99 ($30 off) at Woot. It’s Apple’s most no-frills design (lacking a number pad or Touch ID key), but it’s got a rechargeable battery that can last up to a month and charges via Lightning port.
The PowerA MOGA Play & Charge Gaming Clip has dropped to $13.47 (around $17 off) at Amazon. The mobile clip attaches a smartphone to the latest Xbox controllers for game streaming, and it’s got a small power bank built in to give your phone a small recharge.

Read More 

These Top-Rated Sennheiser Momentum 4 Headphones Are Over $100 Off at Amazon – CNET

These premium over-ear headphones boast some of the best noise-cancelling capabilities out there right now, and you can snag a pair on sale for $260.

These premium over-ear headphones boast some of the best noise-cancelling capabilities out there right now, and you can snag a pair on sale for $260.

Read More 

Apple Admits To Bug in Screen Time Parental Controls

Apple’s Screen Time controls are failing parents. From a report: The company’s cloud-based Family Sharing system is designed in part for parents to remotely schedule off-limits time and restrict apps and adult content on their children’s iPhones, iPads and iPod Touch models. Trouble is, parents are finding that when they use their iPhones to set restrictions on their kids’ devices, the changes don’t stick. “We are aware that some users may be experiencing an issue where Screen Time settings are unexpectedly reset,” an Apple spokeswoman said. “We take these reports very seriously and we have been, and will continue, making updates to improve the situation.”

Downtime, found in Settings under Screen Time, is the tool parents use to define the hours each day that a kid’s device is limited or completely unusable. But when they check the setting lately, they often see the times they scheduled have reverted to a previous setting, or they see no restrictions at all. This can go unnoticed for days or weeks — and kids don’t always report back when they get extra time for games and social media. Apple previously acknowledged the bug, calling it “an issue where Screen Time settings may reset or not sync across all devices.” However, the company had reported the issue fixed with iOS 16.5, which came out in May. In our testing the bug persists, even with the new public beta of iOS 17.

Read more of this story at Slashdot.

Apple’s Screen Time controls are failing parents. From a report: The company’s cloud-based Family Sharing system is designed in part for parents to remotely schedule off-limits time and restrict apps and adult content on their children’s iPhones, iPads and iPod Touch models. Trouble is, parents are finding that when they use their iPhones to set restrictions on their kids’ devices, the changes don’t stick. “We are aware that some users may be experiencing an issue where Screen Time settings are unexpectedly reset,” an Apple spokeswoman said. “We take these reports very seriously and we have been, and will continue, making updates to improve the situation.”

Downtime, found in Settings under Screen Time, is the tool parents use to define the hours each day that a kid’s device is limited or completely unusable. But when they check the setting lately, they often see the times they scheduled have reverted to a previous setting, or they see no restrictions at all. This can go unnoticed for days or weeks — and kids don’t always report back when they get extra time for games and social media. Apple previously acknowledged the bug, calling it “an issue where Screen Time settings may reset or not sync across all devices.” However, the company had reported the issue fixed with iOS 16.5, which came out in May. In our testing the bug persists, even with the new public beta of iOS 17.

Read more of this story at Slashdot.

Read More 

Envie’s Going Digital with the Envelope Challenge: Leveraging Technology for Modern Budgeting

As millennials continue to age, concepts like “adulting” become more nuanced, especially in the areas of finance, budgeting, and technology.
The post Envie’s Going Digital with the Envelope Challenge: Leveraging Technology for Modern Budgeting appeared first on ReadWrite.

As millennials continue to age, concepts like “adulting” become more nuanced, especially in the areas of finance, budgeting, and technology. Buying your first car or paying your rent on time is no longer a claim that the aging generation can make. Instead, they’re balancing bigger checkbooks that include ballooning mortgage payments and inflated grocery budgets.

There is an army of Gen Zers coming up behind them, as well. Many of these digital natives are just entering adulthood in earnest and are the new “adulting” kids on the block.

Whether it’s middle-aged millennials or newbie Gen Zers, there are tens of millions of Americans who are learning how to budget in the modern world in real-time, not to mention also learning how to integrate those budgeting skills with technology. They’re making mistakes and filling gaps in their financial education through the school of hard knocks, and at times the lessons are painful. 

Financial literacy (or lack thereof) is a key area of life and one that many younger adults are unprepared for. It’s also an area where the innovative gamified fintech brand Envie is seeking to make a difference.

The Battle for Financial Literacy in America

Let’s start by stating the obvious. Financial literacy is a major issue, both around the globe and in the U.S.

To be clear, we aren’t talking about financial struggles. Those are par for the course these days, as well. But struggling to pay bills is often circumstantial and can be heavily influenced by external factors.

Financial literacy is the ability of an individual to use the tools, technology, resources, and knowledge available to successfully budget and navigate their finances. In the 21st century, this includes the ability to use fintech tools to improve money management.

Technology should make a person’s budgeting and financial activity easier to master. And yet, the bleak reality is that financial literacy is plummeting.

According to the S&P Global Finlit Survey, one in three adults around the world is financially literate. The issue is as prevalent in more developed areas, like the United States, as anywhere else, too. 

In June of 2022, Time magazine reported that only a third of Americans “have a working understanding of interest rates, mortgage rates, and financial risk.” The publication added that the number has fallen 19% in the last ten years and was estimated to cost Americans a bank-draining $415 billion in the year 2020 alone.

CNBC provided a more targeted (and recent) analysis when it reported that a lack of financial literacy cost 38% of adults $500 or more in 2022. 15% of respondents put the number over $10,000 — an 11% increase over 2021.

Envie Is Helping to Fill the Financial Literacy Gap

While financial literacy rates are struggling at the moment, Kiplinger keenly points out that addressing financial literacy alone won’t solve the problem. To successfully navigate the financial ups and downs of life, individuals must also master key tangential battles, such as emotional decision-making and seeing how finances fit into the bigger picture of life. 

They must also learn to apply knowledge through the tools that they have available. That’s where Envie comes into the picture. Envie is a fintech app that offers a gamified experience similar to the classic (and once again viral) 100 envelope challenge

What Is the 100 Envelope Challenge?

The 100 Envelope challenge is a 100-day experience in which participants start by labeling 100 envelopes, one for each day of the next three and a half months. 

Starting with Day 1, the individual saves a number of dollars equal to the day that they’re on. Over the course of 100 days, this leads to an impressive $5,050 payout. Even better, for those with intensely competitive spirits, users can repeat the challenge over three times a year, helping a person reach all sorts of financial goals in the process. During that time, they must think ahead, track income and expenses, and more closely consider how they’re spending their money.

The Issue With the Envelope Challenge

The 100-envelope challenge is a powerful way to save cash quickly. It also provides an individual with helpful insights into their financial habits. However, it comes with a couple of clear issues (apart from the difficulty of saving the money itself).

First off, the challenge requires a lot of envelopes and physical logistics. Second, you need to withdraw cash (which, who has that these days?) and store it in very specific amounts in a huge stack of envelopes. 

The hassle often makes it hard to remain committed to the challenge — especially in a world where everything has gone the way of digital currency.

Envie Bridges the Gap Between Physical Games and Successful Savings

Envie is a mobile-friendly fintech-powered game that brings the 100-envelope challenge into the digital age. The concept is simple. 

Envie uses safe and simple fintech payment tools to connect a person’s bank account to the app. Once set up with a profile, the app allows individuals to engage in money-saving challenges. This starts by setting a goal. This could be to reach the full $5,050 challenge to fund a vacation or something as little as a $350 alternative to cover your kid’s next birthday party. With a total of five challenge levels to choose from, there is something for every saver.

As participants play the game, they can receive rewards for things like saving streaks. 30 days of consistent saving unlocks “the Goldie,” a golden envelope that comes into play during an extended savings streak. When the participant catches the Goldie, they will receive a reward with that day’s savings directly paid out by Envie for 30 or more previous days of continuous cash-hoarding success. 

The best part of the Envie system? It’s free to play. This makes it both an accessible and enjoyable way for those who struggle with finances to learn to manage their money more effectively.

Learning Finance Through Gamification

Envie is yet another example of how powerful gamification can be, especially when it’s combined with cutting-edge technology. Combining the two into easy, affordable fintech solutions takes the central benefits of a gamified learning experience and streamlines it into an accessible format.

As the 100-envelope challenge continues to attract fans across social media, Envie is providing the perfect way for modern consumers — especially those who are younger and still learning the basics of finance — to take control of their money in new, exciting, and rewarding ways.

Featured Image Credit: Photo by Tima Miroshnichenko; Pexels; Thank you.

The post Envie’s Going Digital with the Envelope Challenge: Leveraging Technology for Modern Budgeting appeared first on ReadWrite.

Read More 

Tech spending has remained surprisingly stable in 2023

As we approach the middle of the third quarter, we take a look at how last year’s spending predictions have panned out to this point.

As 2022 edged to a close, we took a look at 2023 budget projections. As we approach the middle of the third quarter, we thought it would be useful to revisit those predictions and see where we are almost eight months into the year.

It’s always good to start with the analysts and see what numbers they are seeing. They talk to CIOs constantly and have their finger on the pulse of spending.

First some context: In October 2022, Gartner predicted 2023 IT spending would grow by 5.1%, while IDC was similarly predicting between 5% and 6%. By January, the firms had already revised those numbers, with Gartner predicting just 2.2% in real numbers with IDC dropping its estimate to 4.4%.

These numbers don’t happen in a vacuum, of course. We keep hearing that the economy is bad. Heck, just last week the Fed raised interest rates yet again in an effort to tame inflation, which has plunged to 2.97% this month per YCharts. In other words, the Fed’s medicine seems to be working, and maybe it’s time to stop.

Meanwhile, at the end of last year, we were seeing strong currency headwinds with a particularly strong dollar wreaking havoc on companies’ revenue numbers. Those headwinds have mostly dissipated, according to Gartner analyst John-David Locke. “Now IT spending is 4.4% in constant currency and 4.3% for the U.S. dollar. So the U.S. dollar is actually pretty much stabilized against most currencies,” Locke told TechCrunch+.

As for IDC, it’s right in the same ballpark with 4% growth. IDC analyst Stephen Minton blames the PC market rather than SaaS or cloud infrastructure spending cuts for the dip we’ve seen to this point. “So instead of 5% or 6%, we’re on course for about 4% growth. That’s mostly because of the PC market. So the PC market has performed pretty abysmally for the first half of the year,” Minton said.

CIOs we spoke with back in December talked about surgical cutting, such as tools they double up on, but cutting is sometimes harder than it appears. VCs also talked about a more difficult landscape for startups. We wanted to know what they’re seeing now.

Best-laid plans

When we spoke to some CIOs last year, they were looking more carefully at how they were spending money. Sharon Mandell, CIO at Juniper Networks, has been looking closely at costs and cutting where it makes sense without affecting key strategic initiatives. That’s in line with what she told us last fall. In fact, Mandell says the company has trimmed the budget by $1 million in the first half through careful cutting, so that would project out to $2 million in savings if she could keep it going. That’s for a company that made over $5 billion last year and reported earnings of $1.4 billion for the quarter last week.

Read More 

8BitDo’s Nintendo-inspired mechanical keyboard has Super Buttons just begging to be mashed

Novelty accessory maker 8BitDo today announced a new mechanical keyboard inspired by Nintendo’s NES and Famicom consoles from the 1980s. The $100 Retro Mechanical Keyboard works in wired / wireless modes, supports custom key mapping and includes two giant red buttons begging to be mashed.The 8BitDo Retro Mechanical Keyboard ships in two colorways: the “N Edition” is inspired by the Nintendo Entertainment System (NES), and the “Fami Edition” draws influence from the Nintendo Famicom. Although the accessory-maker likely toed the line enough to avoid unwelcome attention from Nintendo’s lawyers, the color schemes match the classic consoles nearly perfectly: The NES-inspired variant ships in a familiar white / dark gray / black color scheme, while the Famicom-influenced one uses white / crimson.The Fami Edition includes Japanese characters below the English markings for each standard alphanumerical key. The keyboard’s built-in dials and power indicator also have a charmingly old-school appearance. And if you want to customize the keyboard’s hardware, you can replace each button on its hot-swappable printed circuit board (PCB). 8BitDo tells Engadget it uses Kailh Box White Switches V2 for the keyboard and Gatreon Green Switches for the Super Buttons.8BitDoAs for what those bundled Super Buttons do, that’s up to you: The entire layout, including the two ginormous buttons, is customizable using 8BitDo’s Ultimate Software. The company tells Engadget they connect directly to the keyboard via a 3.5mm jack. And if the two in the box aren’t enough, you can buy extras for $20 per set.The 87-key accessory works with Bluetooth, 2.4 GHz wireless and USB wired modes. Although the keyboard is only officially listed as compatible with Windows and Android, 8BitDo confirmed to Engadget that it will also work with macOS. It has a 2,000mAh battery for an estimated 200 hours of use from four hours of charging.Pre-orders for the 8BitDo Retro Mechanical Keyboard are available starting today on Amazon and direct at 8BitDo. The accessory costs $100 and is estimated to begin shipping on August 10th.This article originally appeared on Engadget at https://www.engadget.com/8bitdos-nintendo-inspired-mechanical-keyboard-has-super-buttons-just-begging-to-be-mashed-150024778.html?src=rss

Novelty accessory maker 8BitDo today announced a new mechanical keyboard inspired by Nintendo’s NES and Famicom consoles from the 1980s. The $100 Retro Mechanical Keyboard works in wired / wireless modes, supports custom key mapping and includes two giant red buttons begging to be mashed.

The 8BitDo Retro Mechanical Keyboard ships in two colorways: the “N Edition” is inspired by the Nintendo Entertainment System (NES), and the “Fami Edition” draws influence from the Nintendo Famicom. Although the accessory-maker likely toed the line enough to avoid unwelcome attention from Nintendo’s lawyers, the color schemes match the classic consoles nearly perfectly: The NES-inspired variant ships in a familiar white / dark gray / black color scheme, while the Famicom-influenced one uses white / crimson.

The Fami Edition includes Japanese characters below the English markings for each standard alphanumerical key. The keyboard’s built-in dials and power indicator also have a charmingly old-school appearance. And if you want to customize the keyboard’s hardware, you can replace each button on its hot-swappable printed circuit board (PCB). 8BitDo tells Engadget it uses Kailh Box White Switches V2 for the keyboard and Gatreon Green Switches for the Super Buttons.

8BitDo

As for what those bundled Super Buttons do, that’s up to you: The entire layout, including the two ginormous buttons, is customizable using 8BitDo’s Ultimate Software. The company tells Engadget they connect directly to the keyboard via a 3.5mm jack. And if the two in the box aren’t enough, you can buy extras for $20 per set.

The 87-key accessory works with Bluetooth, 2.4 GHz wireless and USB wired modes. Although the keyboard is only officially listed as compatible with Windows and Android, 8BitDo confirmed to Engadget that it will also work with macOS. It has a 2,000mAh battery for an estimated 200 hours of use from four hours of charging.

Pre-orders for the 8BitDo Retro Mechanical Keyboard are available starting today on Amazon and direct at 8BitDo. The accessory costs $100 and is estimated to begin shipping on August 10th.

This article originally appeared on Engadget at https://www.engadget.com/8bitdos-nintendo-inspired-mechanical-keyboard-has-super-buttons-just-begging-to-be-mashed-150024778.html?src=rss

Read More 

Scroll to top
Generated by Feedzy