Integarting AI with testing


Userlevel 2
Badge

Hi All,

Has anyone integrated ai with testing as for testing the video we would need to use python with deep

learning algorithm.

Thanks,

Harish n


12 replies

Userlevel 5
Badge +3

We’ve used ML for many testing related areas, but nothing specific to videos I’m afraid

Userlevel 2
Badge +1

Interesting to see how quickly AI is being adopted and developed in all sorts of use cases. We just introduced AI to help generate test cases in our TTM for Jira product that dramatically increases productivity.

Specifically for video, a company like Alegion is doing some great AI/ML work along the lines of data labeling but even they have a large team of humans to solve what AI is unable to determine.

Userlevel 7
Badge +2

Yes, there have been already some tools to test images and videos using AI methods. AI-based image/video testing tools work based on detecting different objects of interest within two or more images/videos and comparing those objects to test if there are any changes in the same object within the images/videos. Most of the AI-based tools utilize Convolutional Neural Network (CNN), which is a popular deep learning architecture for image and video processing applications.

For more information, you can visit this web page (Video Analytics in Practical AI Applications [2023 Guide] - viso.ai) that introduces Video Analytics, which is a deep learning based tool for analyzing and detecting changes in videos that is a common use case of video testing. You can also find a deep learning based algorithm for real-time change detection in video here (A Real-Time Change Detection Algorithm | Rafik Hariri Institute for Computing and Computational Science & Engineering (bu.edu)).

Userlevel 1

We’ve used ML for many testing related areas, but nothing specific to videos I’m afraid

Can you describe some ML projects in your company?

Userlevel 5
Badge +3

I can’t give too many details away due to NDAs but some personal thoughts where ML can help now posted at 

 

Anyone here have implemented Smart Regression Testing with AI?  It uses intelligent ML algorithms to choose and prioritize test cases.

 

@David.Giacomini  same here, we are currently using chatGPT in creating test cases, and it has been a huge help.  We also utilize chatGPT to create/check some of the codes for our automated testing. 

Userlevel 5
Badge +3

@David.Giacomini  same here, we are currently using chatGPT in creating test cases, and it has been a huge help.  We also utilize chatGPT to create/check some of the codes for our automated testing. 

Could you, please,  share some experience how you did it ? Can you show an example pls ? I’ve been thinking on implementing the same thing in our company, but I’m not sure how the end result will turn out :) 

 

 

Userlevel 5
Badge +4

@David.Giacomini  same here, we are currently using chatGPT in creating test cases, and it has been a huge help.  We also utilize chatGPT to create/check some of the codes for our automated testing. 

Could you, please,  share some experience how you did it ? Can you show an example pls ? I’ve been thinking on implementing the same thing in our company, but I’m not sure how the end result will turn out :) 

 

 

@mmario.ffrohlich - wanted to do a full series on that topic but stopped since people did not want to learn about ChatGPT and promting 

 :

Userlevel 5
Badge +3

@IOan  thanks' for the share, I’ll give it a look :) 

 

wanted to do a full series on that topic but stopped since people did not want to learn about ChatGPT and promting 

 

Really ? That’s really surprising considering all the hype. I mean, LLMs are here and are spreading like wildfire regardless how one feels about them. Why not grab opportunity to learn something about new technology. Sheees, sometimes I really can’t understand us humans. What’s next, burning LLMs at the stake ?! 

 

 

Userlevel 7
Badge +2

It may be useful ShiftSync Video📺: AI in software test automation | ShiftSync Community (tricentis.com) Here is Rhona, AI research lead at Tricnetis, explains how AI is used in testing.

Userlevel 3
Badge

Our most recent webinar with our very own David Colwell, Tricentis’ VP for Artificial Intelligence & Machine Learning, is relevant to this as well: 

Webinar Recording 🎥 Is Generative AI taking over Testing? by David Colwell | ShiftSync Community (tricentis.com)

Reply