How to insert the data in to the data table from the data
base records?
Answers were Sorted based on User's Feedback
Answer / mercurytsl
Using ddt_update_from_db() function you can fetch the values
from the data base and can insert in to the data table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vinoda
You can also Select the OPtion Import from the DataBase
table in the Database Wizard...By using this Option also
you can import the data from the DataBase into the Datatable
Correct me if i am wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you do debugging in winrunner?
Where do you found that you can't use winrunner for automation?
write a compilemodule function for loginscreen.
How do you filter the objects in the gui map?
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!
what is the advantage of INOUT parameter over OUT parameter?
What is the purpose of gui map configuration?
What in contained in the GUI map?
In an Testing Interview, in winrunner the following question asked. what is the use of compile module? how u r implemnted these compile modules in ur project. give any TSL script of compile module?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
what is the testing high level architecture
Whole application is taking as single html frame while recording and learning but i want to learn each textbox,text,links whatever the page have.If we click any link in one page that will show another page so i want to learn that pages objects also.I want navigation steps or guidence plz