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 |
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..
What does mean by Scope of Automation?n How we defined it?
What are advantages of test automation?
In application have 2 list box oppsite list box two edit box is there.so now through using DP how can we select 3 opption in first list box and 2box semect 4 opption.in edit box also we have to write 25 ,28.how can we do this
Q- what is the advantage of merging tool in QTP 9.2?
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
What are the features of quick test pro(qtp)?
Error handling
what is the defference between calling ation and called action?
why was automation used in the project?
Give the syntax to load function at run time.
What is the descriptive programming?