1) 100 test boxes there in application. how to click 100
test boxes using vb script? 2) 100 objects there in web
page,how we will store that 100 objects repostries?
Answer Posted / uday
The expectated answer for these kind of questions is using
descriptive programming.
If you create single webedit object, then u can use it for
100 webedit objects.
set editObj=description.create
editObj("micclass").value="webedit"
set editChildObjCol=b().p().childobjects(editObj)
for i=1 to 100
editChildObjCol(i).click
next
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
QTP script is not working on other's machine..
What is debugging? How you debug your script?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How does you pass optional arguments in qtp?
How many add-ins comes by default with quicktest professional?
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
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
can any one say that where we can download the QTP trail version ??????????
how to do the batch testing in test director using manual testing procedure?
How to use debug tools?
What is action? How many types of actions are there in qtp?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps