what is the use of Data base check point ?
Answers were Sorted based on User's Feedback
Answer / anil.sts
it means the impact of front end operations on the backend
tables that is the data validation and the data integrity
(i.e the opetations like inserting, and updating and
deleting whatever the operations that should affect in the
backend tables)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
A database checkpoint checks the contents of databases
accessed by your web site
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satish kumar roy
data base check point nothing but just like a data
Integrity means impact of front operations on backend
tables
| Is This Answer Correct ? | 0 Yes | 0 No |
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????
write a vb script to create a folder?
How are comments handled in the vbscript language?
Which function is used to perform string comparison?
Mention what is the difference between vbscript and vba?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What are the special sub-types in vbscript?
How do you get the value of a combo box in Javascript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
How to copy from one script to another script in qtp
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?