Part 23
108 : I wants to endure past times parameter In software exam representative through testng.xml file. How tin sack I practise It?
Answer : You tin sack use <parameter> node nether <test> node In testng.xml file amongst parameter cite together with value. Then you lot tin sack occupation @Parameters tone amongst parameter cite In your exam representative of software spider web application. VIEW USAGE OF @PARAMETER ANNOTATION.
109 : My page contains file upload plain but I am non able to upload file using selenium webdriver software testing tool. Is in that place whatever other means using which I tin sack upload file In selenium test?
Answer : If you lot are non able to upload file using selenium webdriver thus you lot tin sack practise file upload script In AutoIT together with thus you lot tin sack occupation It In selenium webdriver software test. You tin sack refer bellow given articles to larn to a greater extent than close It.
- What Is AutoIT V3
- Steps To Download And Install AutoIT V3
- Creating AutoIt Script To Upload File On Web Page
- Upload File In Selenium WebDriver Using AutoIt
110 : I wants to fix size together with order of my browser window. Do you lot know how to practise it inwards selenium webdriver?
Answer : We tin sack use setSize business office to fix size of window and setPosition business office to fix order of browser window. VIEW EXAMPLE.
111 : Is in that place whatever means to kicking the bucket size together with order of browser window inwards selenium webdriver?
Answer : Yes.. We tin sack kicking the bucket it using webdriver functions getSize and getPosition. VIEW MORE
112 : I wants to scroll my software spider web application page past times 300 pixel. Tell me how tin sack i practise it?
Answer : We tin sack occupation javascript executor amongst window.scrollBy(x,y) to scroll page inwards x or y directions. VIEW MORE DETAIL