bkk


{ City } india
< Country > india
* Profession *
User No # 13112
Total Questions Posted # 0
Total Answers Posted # 7

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 15
Users Marked my Answers as Wrong # 11
Questions / { bkk }
Questions Answers Category Views Company eMail




Answers / { bkk }

Question { TCS, 5872 }

how to write function to validate the number of characters
entering into the text box?


Answer

use len() function to find the number of chars

Is This Answer Correct ?    1 Yes 0 No

Question { 7276 }

how to get date format from system locale..format means
neither long nor shor... format from system locale. i need
like your date is mm/dd/yyyy formate or mm-dd-yy or with
time like that. how to get.


Answer

see the 'cdate' in the qtp help file .

Is This Answer Correct ?    0 Yes 4 No


Question { iFlex, 13422 }

what is Business Process Testing plz explain?


Answer

it is the concept related to QC.

Is This Answer Correct ?    0 Yes 5 No

Question { CTS, 6834 }

How will u test content of an web application with out using
chechpoints in QTP 9.2?


Answer

var= browser(".....").page("....").getroproperty("innetext")

try this

Is This Answer Correct ?    2 Yes 1 No

Question { 2706 }

Can anyone tell me what is the equivalant method to be used
in QTP for "web_obj_get_text" used in winrunner. My
winrunner code is below.

set_window("Confirm Add Subscriber");
rc = web_obj_get_text("Add
subscriber:","#8","#1",orderID,"The order number
is","\.",1);


basically I need to retrieved the "orderID " from a string
present in 8th row & 1st col of table "Add subscriber"


Answer

textVar=browser("").page("").webtable("").getcelldata(8,1)



(table object will come only in web applications.)

Is This Answer Correct ?    1 Yes 0 No

Question { CTS, 8155 }

how do find current links in webpage for ex: in
yahoowebsite today mainpage is having 50 links and next day
same page is having 60 links. if i run same programe it
should display total links in webpage ?


Answer

Set oDesc = Description.Create()

oDesc("micclass").Value = "WebList"

Set Lists = Browser("Mercury Interactive").Page("Mercury
Interactive").ChildObjects(oDesc)

NumberOfLists = Lists.Count()

Is This Answer Correct ?    2 Yes 1 No

Question { 7504 }

What is Terminal Emulators”? Why we used in QTP.?
How he works on QTP.


Answer

Terminal Emulators-- To work on Mainframe application , we
need TE addins .

Is This Answer Correct ?    9 Yes 0 No