Cryptojacking Monero

What is Monero cryptojacking?

Monero cryptojacking means someone is secretly using your computer to do cryptomining for the Monero cryptocurrency. Monero is a privacy-focused cryptocurrency started in 2014. It is one of the few cryptocurrencies that supports in-browser mining. If you’re interested in learning …

Cryptojacking

What is cryptojacking?

Cryptojacking is defined as the secret use of your computing device to mine cryptocurrency. Cryptojacking used to be confined to the victim unknowingly installing a program that secretly mines cryptocurrency. Here’s the bad news… In-browser cryptojacking doesn’t need a program …

Crystal Ball

In response to “The Oracle Problem and the Teaching of Software Testing”

In The Oracle Problem and the Teaching of Software Testing post, Cem Kaner wrestles with teaching how a tester could determine oracles for an exam question about automated testing. Unfortunately, the window for posting replies on the post has expired. …

storyblock_contemplation

Intro to Software Testing: What is the purpose of testing?

Is the purpose of testing to enforce quality, to find bugs or to automate as many test cases as possible? If the answer is yes to all three, how can all these be considered testing? Can software testers be the …

dice_cube

Expected values in software testing

Expected  values are valuable in statistics and in software testing. However, they generally mean different things. How do they differ, and how can one be applied to the other? What is expected value? Expected value is also referred to as …

barn_lock

C# clipboard locking and a crash

While testing a feature that accessed the clipboard recently, I came up against an interesting clipboard scenario. What test strategies and models can we use to approach this feature in order to highlight the most important risks? A straight-forward approach …

windows_bug

How to capture screen recordings in a bug report?

Are you looking for a quick and dirty way to record steps, screenshots and documentation for your bug reports? Look no further than a tool that comes with Windows: Problem Steps Recorder. Problem Steps Recorder is one of the hidden …

question-person

What is the purpose of PyPy?

PyPy is a Python interpreter written in Python. It claims to be faster than CPython for certain benchmark tests. How can Python — not particularly known for its speed — interpret Python source code faster than an interpreter written in …

light_tracing

What are the benefits of a tracing JIT?

Firefox uses a tracing JIT. Adobe’s been using it for a while. A Python interpreter uses tracing. Microsoft is also researching its possibilities. So what’s the big deal?What is a tracing JIT?Although tracing JITs are a complex technology, the core …