What is Test Bed? How to use it? [closed] As of my experience-In simple words- First of all -Test Bed is not a Tool or not a plugin It is a platform or we can say it as- method which is used to test a particular module It is the combination of hardware and software environment on which the tests will be executed It includes hardware configuration, operating system settings, software configuration,test terminals, network
How to test database as a manual tester? [closed] I have just joined as a Junior QA and am learning how to test web apps However, I have stumbled onto the point where I am not aware of the database testing What are some tools that are under use
python - Software Quality Assurance Testing Stack Exchange After a lot of Google searching, I got my python script to login with Selenium, but now the page is telling me that: This browser or app may not be secure Learn more Try using a different browser
How to regenerate auth tokens based on conditions in Jmeter I'm working on testing some API's (10-15 in number) that uses Bearer token for authentication The token has an expiration condition post which I have to re-generate the token I've not worked on t
Handling cases where a JSON Key exists or not You'll need to complete a few actions and gain 15 reputation points before being able to upvote Upvoting indicates when questions and answers are useful What's reputation and how do I get it? Instead, you can save this post to reference later
Need help in GeoServer Performace Testing using Jmeter I am using GeoServer 2 18 on my side amp; wanted to do performance testing Objective : I am using J meter for performance testing My goal is to test a particular WFS service having basic parame
JavascriptExecutor. executeScript (arguments [+index+]. click . . . js executeScript("script", arguments ,); The above is the syntac for jsexecutor You can access the arguments you pass to the script as arguments [index] so in your case, js executeScript("arguments[0] click();", elementName); script is : arguments [0] click ();and arguments is: elementName so you are passing only one argument hence you can use only arguments [0] , which will get elementName
Bug hunts and possible alternatives? - Software Quality Assurance . . . Bug hunts should be fun and productive for the entire team, and a little professional competition can go a long way to improve moral of the entire team and help them grow This is a rare case that I slightly disagree with Joe I also like the idea of a point system But would expand to include: Everyone is involved in the bug hunt; not just testers Having developers, PMs, business analysts