in my database haveing 3X3 (manas having 3 rows 3 colums) i
want to test only (2nd row 3colum) bit how to test either
script or any automation plz explain? (Chandana)

Answers were Sorted based on User's Feedback



in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / chandana

Hi Sasi

This is chandana, can u expline me using query r script
statement ,it is very use ful for me.............

Is This Answer Correct ?    0 Yes 0 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / nanda

Which data base u r using...based on database the script
will change...

Is This Answer Correct ?    0 Yes 0 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / chandana

Hi Nanda,

we r using oracal DB..............so can u write the script
Plz.

Is This Answer Correct ?    0 Yes 0 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / manjunatha

ple try this.

set c=createobject("ADODB.connection")
c.open "name of DB"
set r=a.execute("select * from emp(table name))
for i=0 to r.fields.count-1
print r(i).value 'r(6) for 3x3 matrix hard coded value
next
c.close
Name:Manjunatha.H
My no:8970870702

Is This Answer Correct ?    0 Yes 0 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / ssasi

hai chandana your query is very important in realtime iam
working in infogain in noida as a testengineer
with using value statement we can write this query

Is This Answer Correct ?    0 Yes 1 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / sandip

hi,
use this query

select * from emp(table name) where rownum<=2;

Is This Answer Correct ?    0 Yes 2 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / shiavani

hi,
use this query

select * from emp(table name) where rownum<2;

Is This Answer Correct ?    0 Yes 3 No

in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) b..

Answer / sailaja

Select column name from table name where row =2 and column
=3
i ynk this is the query to test the particular column.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

What is the main difference between desriptive programming and generic functions

2 Answers   HCL,


write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading

0 Answers  


hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material

1 Answers  


Will QTP gets installed on virtual PC.What is the maintenance number to be given

1 Answers  


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

0 Answers  






If the object property is changing very frequently, what was your approach?

2 Answers  


How to handle Run-time errors?

2 Answers  


wt is memory leakage?

6 Answers   BSL,


in QTP, we have options like (record and play,recording modes(normal,analog,low level),object identification,smart identification,object repository,synchronizing test,transactions,checkpoints(std,bitmap,text,text area,DB,XML,accessibility),regular expression,actions,data driving,parameter,parameterization,data tables,recovery scenario(pop up,object state,test run error,application crash). real time users of QTP, pls say and when and at what point u have used all these options ,in ur concerned project.pls give me explanation in accordance with ur real time project handled. real users pls send some time in the aboue case. if u can send the the reply through allinterview or at ref_it_ref@yahoo.co.in

1 Answers  


What is the difference in the global and action sheet in qtp?

0 Answers  


What is parameter in qtp?

0 Answers  


what is vmodel?advantages and disadvantages of vmodel?

0 Answers   AZTEC,


Categories