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
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 |
Answer / chandana
Hi Nanda,
we r using oracal DB..............so can u write the script
Plz.
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
Answer / sandip
hi,
use this query
select * from emp(table name) where rownum<=2;
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / shiavani
hi,
use this query
select * from emp(table name) where rownum<2;
Is This Answer Correct ? | 0 Yes | 3 No |
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 |
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
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.
write a regular expression pattern for xyz?123?
What are the trigger events in qtp?
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.?
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)
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...
How to load a object repository(using VBScript) ... very urgent....
How to use custom checkpoints in QuickTest Professional?
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
in qtp how can we do test when the build is not ready
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...