var randomroom = ["BA783", "AP03A", "BC078", "HAW90"];
implicitFind(pkg.By.xpath("//input[@type='search']")).sendKeys("BA783");
I am new to coding and do not know how to make one random room from array go into the sendKeys
, each time I run a test. The rooms will be typed on a search bar. This test will be executed on JMeter.