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...


hi i have one issue while selecting weblist i want show one
particalur item in weblist .ex one weblist they are monday
to sunday i want show the reporter like thurday in
particular weblist can you help me about this


thanks
balaji

Answers were Sorted based on User's Feedback



hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one web..

Answer / badam

dim x
x = browser("").page(" ").weblist("days")getitem(4)
msgbox x
i hope this can help u

Is This Answer Correct ?    6 Yes 0 No

hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one web..

Answer / rico

ListSize = Browser("B").Page("P").WebList("L").GetROProperty
("items count")
for i = o to listsize-1
set lsn = Browser("B").Page("P").WebList("L").Getitem(i)
if lsn = "Thursday" then
msgbox "Its in the list"
else
endif
Next

I didn't verify this code....nevertheless, it should work.

Is This Answer Correct ?    4 Yes 1 No

hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one web..

Answer / balaji

hi Rico thanks for sent ans now its working fine i did some
changes in that code it should be working fine .your from
am sending below code
ListSize=Browser("").Page("").WebList("").GetROProperty
("items count")
For i=1 to ListSize
lsn = browser("").Page("").WebList("").GetItem(i)
If lsn ="Today" Then
reporter.ReportEvent micPass,lsn ,lsn
Exit for
End If
Next


Now its working fine
thank you
balaji

Is This Answer Correct ?    2 Yes 1 No

hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one web..

Answer / badam

browser("").page(" ").weblist("days").select "Thursday"

Is This Answer Correct ?    1 Yes 1 No

hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one web..

Answer / balaji

hi badam thanks for sending the code its correct ans and
have issue like in welist randamly changing the days that
time i want show pariticular day plz can you help this

thanks
balaji

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.

2 Answers  


What are the types of environment variables in qtp?

0 Answers  


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

0 Answers   TCS,


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

0 Answers  


What is the quicktest professional testing process?

0 Answers  


1>How to get the browser name by writing the VBScript. 2>How did you used the GetROProperty and GetTOproperty .give real time scenario. 2>Give and real time ex for the bug having "High Severity and low priority"on banking doamin web based application.

2 Answers   Nous,


how can i pass parameters into function?

4 Answers   Livetek,


how open two urls in one browser? plz urgent

9 Answers   Satyam,


I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.

1 Answers   IBM,


There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.

1 Answers  


What is the use of ordinal identifier in qtp?

0 Answers  


can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???

1 Answers  


Categories