1. What is WSL2? Windows Subsystem for Linux (WSL) is a full Linux kernel built by Microsoft that allows you…
Software Engineering
In today’s digital world, eLearning services and Learning Management Systems (LMS) are crucial for schools and organizations. Testing these systems ensures users have a seamless learning experience. It focuses on evaluating usability, performance, security, and accessibility while ensuring the system meets diverse learning needs. This comprehensive testing is essential to guarantee that the LMS functions
The post What is LMS Testing? Explore Effective Strategies appeared first on Codoid.
I’ve got a C# framework using Playwright.NET and Reqnroll (formerly SpecFlow).
I’ve moved common steps across multiple projects into a NuGet package to enable easy reuse. They used to be in a separate project within the same solution. But now they’re in the NuGet package project in a separate repo.
I’ve referenced the binding assembly in the reqnroll.json file and the tests run fine. However, I can’t seem to use F12 to jump to the external steps anymore. Steps held within the project still work fine with F12. This all worked fine when the shared steps were in the separate project within the same solution.
Any ideas on how I can resolve this? I’ve changed the NuGet package to include symbols and source. As said the tests run fine, but it’d be handy to be able to jump to the step like before.
Test Guild – Automation Testing Tools Community
Leveraging AI and Playwright for Test Case Generation
Two BIG trends the past few years in the software testing space been AI automation Testing and Playwright. In case you don’t know in a previous post I showed how Playwright has recently surpassed Cypress.io, making it a top choice for developers looking to automate their testing. in downloads. And looking at Microsoft Playwright on GitHub
You’re reading Leveraging AI and Playwright for Test Case Generation, originally posted on Test Guild – Automation Testing Tools Community – and copyrighted by Joe Colantonio
This blog discusses how ISO 20022 can transform global banking, offering enriched data and streamlined payments. It also highlights key compliance and security challenges, including data integrity, system upgrades, and regulatory requirements. Learn best practices for testing, automation, and enhancing payment systems to ensure smooth adoption. Explore strategies to safeguard financial data and meet global standards while embracing the future of banking with ISO 20022.
The post Key ISO 20022 Compliance & Security Insights for Banking Sector first appeared on TestingXperts.
Test Guild – Automation Testing Tools Community
6 Must Run Performance Tests for Black Friday
Regarding e-commerce, Black Friday is the ultimate test of endurance. It’s one of those days of the year, along with Cyber Monday, when traffic spikes, sales skyrocket, and the pressure is on to deliver a seamless online shopping experience. We all know horror stories, sites, abandoned crash carts, and customers disappearing into thin air. The
You’re reading 6 Must Run Performance Tests for Black Friday, originally posted on Test Guild – Automation Testing Tools Community – and copyrighted by Joe Colantonio
In today’s development of web applications, building RESTful APIs is crucial for effective client-server communication. These APIs enable seamless data exchange between the client and server, making them an essential component of modern web development. This blog post will show you how to build strong and scalable RESTful APIs with Node.js, a powerful JavaScript runtime
The post Building RESTful APIs with Node.js and Express appeared first on Codoid.
I am a QA/tester/test automation professional and not a software engineer. I see companies like Google & Microsoft have very few testers i.e. almost as good as zero. Google has very few Test Engineers who are are likely just great software engineers who happen to focus on testing & testing infrastructure. Microsoft has a few “QA” whose job is to test hardware like Xbox and videogames where automation is not very easy. Google seems to be doing fine & working exceptionally production bug free, but Microsoft is a mixed bag. Overall, their products seem good without the need for QA roles. There are other companies like Salesforce where they have no QA per my friend who is a senior software engineer there. This trend seems to have caught on in some smaller companies (like mine) who are slowly getting rid of their QA teams.
However, I do see many companies like Amazon, Oracle etc. which still have QA. But some of these companies are trying to move away from QA teams gradually. My guess is that they keep QA around because its hard to find great software engineers/SWEs who can also test well. As time passes, SWEs will learn more testing & get used to it thereby reducing or eliminating the need for separate QA roles. Do we really need QA roles in the long run ? I am beginning to think we don’t.
PS – It could take 10 years or less, or more. 10 is just a random guess.
I have a problem while switching from native view to webview in Android while testing on MAC OS. But the same scripts works fine in windows. In Mac it gives chrome not reachable as a webdriver exception or some times session not found exception. I’m using Appium with Eclipse in Mac. I tried replacing different version of chromedriver but none of them worked. Any solution for this!
Thanks
I know for different parameters I have to use a CSV DatasetConfig and create a .csv file, with the email id and password separated by a comma.
For native mobile apps, we are using HTTPS Test Script Recorder, which records the actions I am doing. Using the recording, I am able to create the script for only one user, but I want multiple users to log in and log out.
I want to create a flow like:
First user logged in – > logout
Second user logged in -> logout
Since the naming of our project changed, I would like to concistently reflect that change in project-names and namespaces within my solution. Also, the standard test suite file files (.rxtst, .rxtmg, .rxrep) should be renamed accordingly.
What I tried:
Renaming the solution and projects within the Ranorex IDE works fine.
Renaming the standard test suite files in the Ranorex IDE will rename all references, except for references to the repository within CodeModule files. These will point to the previous repository name, resulting in compile errors.
Renaming the namespaces in the Ranorex IDE is not supported. Renaming (refactoring) the namespace in Visual Studio works in that the solution will compile just fine afterwards when compiled in Visual Studio. However, opening the solution in the Ranorex IDE will regenerate the code of recording modules, which still point to the previous, no longer valid repository name, resulting in compile errors.
Any suggestions how to handle the scenario efficiently, consistently and correctly?
Many thanks in advance!
I’m approaching to create the test automation architecture for a mobile project for the first time.
Here are the issues:
-The project if (of course) multi platform (all Android devices running version 8 or higher and all iOS devices running iOS 12 or higher)
-Both apps are natives (Android Studio/Kotlin + Xcode/Swift)
-The app has a core BT library because the software communicates via BT with a phisycal object (IoT)
The server used to trigger a system of alarm via certains codes is on Firebase
The server used to manage communications to end users and that translate the codes from Firebase is on AWS
-The project is already in production as I was hired by this company 6 months ago
-The company asked me to try to create a TAA for this project
My idea is to start with some unit tests (for all the functions and library used for both Android and iOS),then make some integration testing via API but.. I have no idea if it’s possibile to automate some interactions between the app, the BT and the alarm to trigger.
Do you know if there is a “best practice” to automate mobile app in the context of IoT?
Im working with SAP test automation with the JCOB DLL 1.18.64bit library.
My code was working fine when I run the test with Java 8.
But when I set the project settings to Java 11, I got below error.
com.jacob.com.ComFailException: Can’t co-create object
Is there any specific JCOB version available for Java 11?
In an ETL process a table is dynamically constructed using a complex SQL query. This query is written by a developer. As a QA engineer, how can I validate that the table is correct according to specification?
What I am doing right now is:
1/ Validating constraints. For example: No duplicate for some functional key, no null value..
2/ Trying to rewrite the query and comparing the results with the developer’s query (should give same result).
I feel that 1/ is not enough and 2/ is doing the developer’s job again (if i use his code, it is not validating anything, writing my own is complicated and I can also make mistakes in my code).
What is a good strategy to test this kind of database?
n today’s digital world, a strong cybersecurity plan is very important. A key part of this plan is the penetration test, an essential security testing service. This test evaluates how secure an organization truly is. Unlike regular checks for weaknesses, a penetration test digs deeper. It identifies vulnerabilities and simulates real-world attacks to exploit them.
The post Internal vs External Penetration Testing: Key Differences appeared first on Codoid.
XPath extractor response assertion passed first run but in second run it is getting failed because <name>pc</name> is not coming in API. How to skip this element if it is not coming in second run without failing response assertion or any suggestions for this?
API response first run:
API response in second run: missing element < name > pc < /name >
Response assertion – DB values(name_1)using jdbc request match with xml element(name) in API response
I am trying to get the value displayed against the Total using the below code:
driver.get(“https://www.cricbuzz.com/live-cricket-scorecard/20137/sl-vs-eng-4th-odi-england-tour-of-sri-lanka-2018”);
String textextras = driver.findElement(By.cssSelector(“div[class=’cb-col cb-col-100 cb-ltst-wgt-hdr’]”)).findElement(By.cssSelector(“div:nth-last-child(3) div:nth-child(2)”)).getText();
System.out.println(textextras);
String textsum = driver.findElement(By.cssSelector(“div[class=’cb-col cb-col-100 cb-ltst-wgt-hdr’]”)).findElement(By.cssSelector(“div:nth-last-child(2) div:nth-child(2)”)).getText();
System.out.println(textsum);
Output:
19 Batsman R B 4s 6s SR
Can anyone please help me why it is not working for textsum, but it is working fine for textextras variable ?
I want to add today’s count. I am new to selenium, and am not getting how to add using selenium. Can anyone suggest a solution?
This is my code:
package testpk;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import java.awt.List;
import org.openqa.selenium.*;
public class Form {
public static void main(String[] args) throws InterruptedException {
// declaration and instantiation of objects/variables
WebDriver driver = new FirefoxDriver();
driver.manage().window().maximize();
driver.get(“http://beta-app.1bridge.in/#/auth/login”);
Thread.sleep(6000);
driver.findElement(By.xpath(“//input[@type=’text’]”)).sendKeys(“RB0764”,Keys.ENTER);
Thread.sleep(3000);
driver.findElement(By.xpath(“//input[@type=’password’]”)).sendKeys(“kanna123”,Keys.ENTER);
Thread.sleep(7000);
driver.findElement(By.xpath(“//*[@data-id=’dashboard’]”)).click();
Thread.sleep(5000);
WebElement table = driver.findElement(By.xpath(“//*[@id=”pcoded”]/div[2]/div/div/div/div/div/div/app-default/div/app-modal-basic/div/div/div/div/div/div/table/tbody/tr[1]/td[1]/p”));
List listOfRows = (List) table.findElements(By.tagName(“tr”));
System.out.println(“Rows: “+listOfRows.size());
//List<WebElement> listOfCols = listOfRows.get(0).findElements(By.tagName(“td”)); //If first row is normal row
List<WebElement> listOfCols = ((WebDriver) listOfRows).get(0).findElements(By.tagName(“th”)); //If first row is header row
System.out.println(“Columns: “+listOfCols.size());
}
}
I have to use multiple URLs in same script in Selenium (Java) and have to visit one at a time, perform some operations on the page take a screenshot at the end, and then move one to the next page and repeat the same steps. Is this task doable with Selenium? I know it can be done through loops otherwise but can I do it with Selenium?
P.S. I’m a beginner in Selenium and I have searched the internet thoroughly before posting the question without finding a solution.
I know that there is a way to pass args in tests itself like it was shown here, but is there a way to pass in conftest.py directly? I want to configure some common stuff for all tests this way.