a) When you are go to the data base testing then you
must and should use the SQL commands but not use the only
QTP and W/r
b) When the QTP use then also here also you use the
SQL commands
c) Ok but all are the always use the descriptive
program
d) But descriptive program not script of the data base
testing
e) Not use descriptive program only when the object
not recognize then only use the descriptive scripts.
f) Program terminology is the, develops not tester
remember.
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail
Mukesh
Man, it is not written English forum. I think u are in
wrong place. Think u r from call center.
Please understand that here we are interested to share
concepts, knowledge, not the language. If u wanna learn
something gud read the posts and reply appropriately. not
the bull shit what u wrote.
Vikaram Rathod......
hi guys ,
chandr skehar trys to explain these thigns as follows :
1.When we are trying to use databse testing we should not
only use qtp but instead we should havesome knowledge on
sql statements
we need to writequeries
we may not beso perfect as developers but we should have
idea to write theSQL statements
Mukesh, i think u are in wrong place.
Please understand that here we are sharing
concepts, knowledge, not the language.
People like mukesh, please stop writing such bull shit...
Excellent job Mr.K.chandra Sekhar. Keep it up.
Hi friend
I have query regarding QTP datatable.
I want to insert data in datatable during runtime.
suppose i wrote
datatble.value(1) = "Test data"
so when i run the script it says column(1) doesn't exist.
Then i write something in column A1 manualy and run the
script again.
Now it works fine.
Pls clarify how i can put value in blank cell of datatable.
What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP?
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
When I parameterize a script then for each iteration script
is executed from begining to end.
If I want to execute some middle steps multiple times using
Parameterization (avoiding begining and end steps), what is
the solution of this
(e.g. total steps are 1 2 3 4 5
and i want 2 3 4 only(not 1 nd 5)
When there is descriptive programming, why do we go for
Object repository for desigining scripts.?? why cant we use
descriptive programming instead of using the Object
repository..??