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

How to add check point?

2 Answers  


How is recording done when a application is over lapping the QTP application it gives a message object not recorded

0 Answers  


What is the difference betweent test and component?

1 Answers  


For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).

2 Answers   Bosch,


how will you load the test cases in ddt?

0 Answers  






Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris

0 Answers  


Give the syntax to load function at run time.

0 Answers  


Tell me the QTP Advantages and Disadvatages ?

6 Answers   Accenture, CTS, GE,


How to check bitmap output value?

0 Answers  


Did you face the problem, changing the properties of an object in Run Time?

1 Answers  


what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana

0 Answers   Mannar Company, Wipro,


Can we run test with out adding object in object repository? How it is possible?

0 Answers  


Categories