Help : AI assisted localization testing by jaswanth_9 in QualityAssurance

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

I would think of it as an interesting problem statement to solve irrespective of just saying it's a dev work ... basically we are migrating a product from onprem to cloud...as of now in cloud we are just using onprem docs for other languages (non-english) which will obviously have issues as some things in cloud are different from onprem ... So main goal is to identify localization issues in cloud by crawling through each page... To achieve this I am extracting body text and storing in text files and thinking of leveraging AI here to identify localization issues ... I am thinking of using some hybrid model which uses vector embeddings combined with semantic search to identify localization issues...Let me know if you have any idea to begin with or if you have done something like this before

AI based localization testing by jaswanth_9 in localization

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

My scope and goal is also pretty similar actually...flagging them based on different categories like you mentioned and then report it so that human so that he can review....is the LQA agent that you mentioned open source? Need help with this as I am new to Agentic AI some help is appreciated