Posts

Showing posts from February, 2014

JMeter Producing Error: Windows RegCreateKeyEx(...) returned error code 5

After running JMeter.bat on Command Line, Problem java.util.prefs.WindowsPreferences <init> WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. Cause Environment Resolving the problem The error occurs because java.util.prefs.WindowsPreferences is trying to save information in HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs instead of under HKEY_CURRENT_USER\Software\JavaSoft\Prefs. Windows 7 64-bit The work around is to Open JMeter.bat file as the administrator and so it creates the key HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs.

Responsive Web Design Testing [Version 2]

Image
Here is my research notes, while learning about "Responsive Web Design" and Testing  Responsive-Web-Design-Testing _ 10 Tools You Need to Know by Srinivas Kadiyala