Software Quality Assurance
Monday, November 14, 2022
While loop with specific time to wait until element get displayed in selenium C# and java
›
public static void waitForOneTrust() { var stopwatch = new Stopwatch(); stopwatch.Start(); whi...
Tuesday, November 16, 2021
Fix:Postman Export Is Not Working With C# Rest Client
›
When I initially export the API call from postman I didn't get the yellow highlighted lines. I had to manually add those 2. Then only th...
Tuesday, June 8, 2021
Publish your github project to sonarcloud.io
›
1). Go to sonarcloud.io and click on the "+" icon at the top of the screen. 2). Then click on the Choose an organization on GitHu...
1 comment:
Tuesday, December 8, 2020
How to set M2 path ans install Maven on macOS Catalina v 10.14.XX
›
On previous mac Operating systems we just download the Maven and add path to . bash_profile file inside the user path. That's because ...
Thursday, October 22, 2020
Copying Rest API command from Postman is not working in C# RestSharp? Here is the fix!
›
As we all know if we click on the code button as on the image we can convert the Postman command to any sort of programming language. Here ...
Monday, August 3, 2020
How to change IP address time to time from selenium C#
›
[TestMethod] public void ChromOptions() { string[] proxies = { "206.198.131.142:80", "51....
Sunday, June 21, 2020
How to move files from all the sub directorys to another which dont no the directory name
›
I had an issue where I need to move some files from one folder to another folder but the challenge was the source folder name get change ti...
‹
›
Home
View web version