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

Hai Guys, can anybody show me how to write automaed test cases using VB scprit(examples)...i had an interviw soon...please guyz send as quickly as possible

5 Answers  


If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.

4 Answers   iGate,


write a regular expression pattern for xyz?123?

1 Answers   FAI,


What are the trigger events in qtp?

0 Answers  


I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?

1 Answers   TCS,






i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)

0 Answers  


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

0 Answers  


How to load a object repository(using VBScript) ... very urgent....

4 Answers  


How to use custom checkpoints in QuickTest Professional?

1 Answers   TCS,


Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects

3 Answers   Ordain Solutions,


in qtp how can we do test when the build is not ready

3 Answers   Mindlance,


Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...

0 Answers  


Categories