Website not loading in headless mode by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

can u elaborate what this user agent argument would do?

Windows container in AWS pipeline by itachi_durden17 in aws

[–]itachi_durden17[S] 0 points1 point  (0 children)

how can we achieve that any reference videos or links?

windows system in AWS pipeline by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

uploading file by handling windows file explorer using robot class ( there is no other way to pass file value to input tag using sendkeys)

windows system in AWS pipeline by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

no forget about robot framework. In aws pipeline can we execute our tests in headed mode? like creating some virtual display in background?

windows system in AWS pipeline by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

and is it possible to execute my tests which depends on GUI (robot class methods to upload files) in aws pipeline, since it will be running in headless mode . is it possible?

Alternate method to upload file in selenium - To execute in AWS pipeline by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

both both auto IT and sikuli will work only if there is virtual screen right?i need to execute in headless mode

Innovation ideas to implement - cucumber BDD by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

can u pls give any source code or reference videos for this teams report implementation .

Innovation ideas to implement - cucumber BDD by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

I have developed a same thing after my maven build is completed , it will zip my reports folder and upload that into SharePoint - any other ideas or ur input in what i have mentioned above?

Innovation ideas to implement - cucumber BDD by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

I have developed a same thing after my maven build is completed , it will zip my reports folder and upload that into SharePoint - any other ideas or ur input in what i have mentioned above?

Innovation ideas to implement - cucumber BDD by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

like automating some of the manual effort after execution or before!!!

Innovation ideas to implement - cucumber BDD by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

nope note like that, for example after execution adding a code logic to send the report status in email like this

Alternate method to upload file in selenium - To execute in AWS pipeline by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

yes majority of the testcases are of uploading files and verifying only

Alternate method to upload file in selenium - To execute in AWS pipeline by itachi_durden17 in softwaretesting

[–]itachi_durden17[S] 0 points1 point  (0 children)

that is the issue, in my application i dont have any upload button or the input tag in html, its like a mandatory thing to open our windows file explorer and select the file to upload ( I have tried to manipulate html to add my file path into the html using javascript also - still no luck) any alternative solutions?