Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
Answer / gaurav anand
for performance reason. Its always a good practice to load data from excel into dataobject and then read fro there and vice versa for writing data.
| Is This Answer Correct ? | 3 Yes | 0 No |
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
How you can decide which type of object repository you have to use?
What is the extension of script and object repositary files?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Explain the concept of object repository?
WHO TAKE DECISION TO RELEASE THE BUILD
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
what is the difference between quality and testing ?
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
What are the different types of checkpoints?
How does qtp identify gui object?