Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



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

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")

2 Answers  


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?

1 Answers  


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

1 Answers  


What are the challenges you faced during you entire life automation ?

0 Answers   Tech Mahindra,


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

8 Answers   Infosys, TCS,


How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?

0 Answers  


Explain features of the latest version of qtp/ uft 12.1?

0 Answers  


How to display the first 3 letters in these "ABCDEFGH" using qtp script?

6 Answers   Oracle,


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

0 Answers  


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

1 Answers  


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

3 Answers  


What are the file extensions for per-action, shared object repository files and what is the extension for library files?

4 Answers  


Categories