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 create test plan when there is one website and one tester I want to create a test plan for one website which is of medium size I have got many test plan templates from the internet but those are too lengthy and perfect for testing team and big websites
How to provide Product Owner with estimates for unit testing? "How long does it take his developer to write a unit test?" This is exactly the question the project owners keep asking me The question is not actually how long it takes to write the unit test, but
How to get href attribute value using selenium java You are geeting null because the element you are trying to get the attribute does not have it In order to get the href you need to point to a link, in your current case you don't, you need a selector to end in a like * [@id='sched-container'] div [2] table tbody tr td a [@class='team-name']
How to verify the disabled dates from datepicker in selenium IDE? We are using javascript and the datepicker also contain the aria-disable=ture false Can anyone help me how to test either the aria-disabled=ture or false based on the condition Please help me how