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 |
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
Hi, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...and also let me know is there any other automation tool availabe to automate Microsoft Dynamic Navision. Thanks Sandip. +91-9714177088
What are the challenges you faced during you entire life automation ?
HI ALL I AM WORKING AS A AUTOMATION ENGINEER FROM PAST 2 MONTHS IN QTP,MY QUESTION IS IF I OPEN THE BROWSER FIRST & THEN THE QTP LATER MY OBJECT SPY WILL NOT WORK,Y IT IS SO..IF U HAVE THE ANSWER PLZ MAIL ME AT AKSHAR.MYSORE@GMAIL.COM
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Explain features of the latest version of qtp/ uft 12.1?
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
What are the file extensions for per-action, shared object repository files and what is the extension for library files?