Is there any way to make ASP.NET control QTP safe ? By QTP safe I mean QTP should not be able detect them on UI. I have tried to change access modifiers to private but that does not work.
Is it not possible at all ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. QTP can detect basic HTML elements,which ASP.NET controls are built upon.
If you want to prevent your website from being automated by QTP, you may consider some CAPTCHA techniques.