Quality is delighting customers
Started Aug 4, 2011 0 Replies 0 Likes
Hi All,Please find the test Automation tools used in Testing in the below mentioned link.…Continue
Tags: Tools, Automation
Started this discussion. Last reply by Vineela Deekonda Sep 8, 2011. 17 Replies 0 Likes
Hi all, Please share your challenges faced using selenium and how to over come it.........Thanks!LokeshContinue
Started Feb 10, 2011 0 Replies 0 Likes
Hi Guys,If anyone have latest QTP 10 and QC dumps for certification, Please share with me, my mail ID is lokesh.vinu@gmail.com.Thanks in Advance for your help.LokeshContinue
© 2022 Created by Quality Testing.
Powered by
Comment Wall (17 comments)
You need to be a member of Quality Testing to add comments!
Join Quality Testing
thanks lokesh, i got you are email
Hello Lokesh,
Many Many Happy Returns of the Day n GOD Fulfill ur Dreams ........enjoy!!! TC GOD BLESS U ALLLLLL
Thanks & Regards
Kapil
kapildevkapoor@gmail.com
+919326814689
I have created an object repository for the application that I am currently automating. It was quite simple actually. I am writing my app using RC and my source code is in C#, but this is extensible to any language. Basically I have a class that contains all the xpath values for every object in my
application. When I need to access something in the app from the automation, my calls look like this
selenium.Click("xpath="+xp.application_screen_X_save_button_xpath);
where xp is an object of the class containing all the xpath strings and the application_screen_X_save_button_xpath is a string member of that class.
Now, if the application is updated, I just need to spend a short amount of time resetting all the xpath values in the xpath class for my automation. I can do this using xpather or a similar tool.
This approach is working fantastically for me.
do u know how many add in 's in selenium ide
i know firebg & xpather
do u know any other add in's and what r the the usages
how to do data driven in selenium ide
i know in selenium rc
how to use object repositary in selenium ide
View All Comments