How can we check whether a particular sheet loaded (existed)
or not in Data Table.
Answer Posted / vaani tks
U can debug and watch the data table at run time, so that
we can see that particular sheet is loaded or not.. or u
can use wait statement to view it..
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is file database?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is expert view and keyword view?
How is UFT 11.5 version different from UFT 12.0?
How you are developing the script? Using record and play back or manual?
terminal services client
Explain types of descriptive programming?
what type of automation is follwed in the project?
What are the various types of Actions in UFT?
How to execute a winrunner script in quicktest professional (qtp)?
How does QTP identify an object?
How does qtp identify the object in the application?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com