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

Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1 Answers   scintel,


if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks

1 Answers   iCreate,


Use of environment variables?

4 Answers  


Tell me about userdefined functions ?

1 Answers  


When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.

3 Answers  


The hybrid framework can be implemented for any application. Is it true?

0 Answers  


how you will do cookie testing using QTP?

2 Answers  


Have you worked with QC?

1 Answers   Satyam,


What type of VB script u had done in expert view?

1 Answers   HCL,


What is batch testing?

4 Answers  


can we install qtp in windows vista

2 Answers  


What is the default add-ins in qtp?

0 Answers  


Categories