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 the differences between image check point and bit map check point?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Does QTP work in UNIX environment
5 Answers BirlaSoft, C1 India,
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
How the smart identification is used in real time?Please explain with an example
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Use of environment variables?
what is the diff b/w assistive and mandatary rules of object repository in QTP???