02-22-2010, 10:32 AM
Hi,
have you tried anything, in which part you are facing problem.
paste your peice of code here so that we can help in better way.
providing the code is never a good idea,we can provide you the guidelines and would like you to code which will help you to learn more
1. click on the object, say - Browser().Page().webButton().click
2. Check the popup exists and get the text appeared there - Browser().Dialog().getvisibletext or
Browser().Dialog().static().GetROProperty("text")
3. Connect to database (search this forum there are lots of thread discussed on this earlier)
4. get the required table field value using query
now you can compare the both
hope it helps
have you tried anything, in which part you are facing problem.
paste your peice of code here so that we can help in better way.
providing the code is never a good idea,we can provide you the guidelines and would like you to code which will help you to learn more
1. click on the object, say - Browser().Page().webButton().click
2. Check the popup exists and get the text appeared there - Browser().Dialog().getvisibletext or
Browser().Dialog().static().GetROProperty("text")
3. Connect to database (search this forum there are lots of thread discussed on this earlier)
4. get the required table field value using query
now you can compare the both
hope it helps