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,The question is write a script for the following
scenario.
scenario:in a job portal i entered QTP 3yrs testing then
click search button.then it displays results like
Test lead bangalore (here is a checkbox).
Test lead hyderabad check box
so on...
question is if test lead position in bangalore then
checkbox shld be enabled automatically..

Answers were Sorted based on User's Feedback



Hi,The question is write a script for the following scenario. scenario:in a job portal i entered ..

Answer / balaji

Better Capture the webtable rowcount and columncount like
row=Browser("<name>").Page("<Page>").Webtable
("<tablename>").rowcount
column=Browser("<name>").Page("<Page>").Webtable
("<tablename>").columncount

For i=1 to row
For j=1 to column
val=Browser("<name>").Page("<Page>").Webtable
("<tablename>").getcelldata(i,j)
if instr(val,"Test Lead")>0 then
Browser("<name>").Page("<Page>").Webtable
("<tablename>").childitem("Webcheckbox",i,j).Select "On"
next
next

Reach me @9894207910 if u want more info.

Is This Answer Correct ?    3 Yes 0 No

Hi,The question is write a script for the following scenario. scenario:in a job portal i entered ..

Answer / suresh

vbCheckBox("name").set "ON"
is to select the specific CB.
Iam afraid, I could not understand what you are asking
for...

Is This Answer Correct ?    2 Yes 0 No

Hi,The question is write a script for the following scenario. scenario:in a job portal i entered ..

Answer / sri satya

Your question is not clear, can u tell me once again clearly

Is This Answer Correct ?    1 Yes 0 No

Hi,The question is write a script for the following scenario. scenario:in a job portal i entered ..

Answer / tvs ramakrishna chowdary

balaji is obsolutely correct...

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

what version of test director supports the QTP? does testdirector supports the QTP9.0?

1 Answers  


Explain about business process component? types and usage?

0 Answers  


Can any one please explain hwo to test client/server application using QTP?

3 Answers   Patni, Value Labs,


Suppose U change the script whether it affect the object properties of the object in the object repository

4 Answers   IBM,


In qtp,how to interact tool & application build?

1 Answers   Polaris,


How to load a object repository(using VBScript) ... very urgent....

4 Answers  


Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.

4 Answers   Virtusa,


How to Test Dynamic links ?

4 Answers   Wipro,


How to add multiple values in rows, under a single column of a run time datatable?

3 Answers   NIIT,


How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?

3 Answers  


Where is the Bitmap checkpoint information stored?

0 Answers   Ordain Solutions,


i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click

0 Answers   Rogers,


Categories