hi all
QTP recognizing objects
as "string_1","string_2","string_3","string_4" like that
but when using FOR LOOP for these.QTP not proceeding further
can i declare these _1,_2,_3,_4 as a single variable
Answers were Sorted based on User's Feedback
Answer / sachin
hey,
i have answer to this question.
i too have faced a similar kind of issue when looping
throgh a process while clisk on a link in page..
As stated in the question that values are changing
as "string_1","string_2","string_3","string_4" this is
mainly because the index value is changing..
Note : go to repository for string_1 and check the index
value , likewise check the index value for string_2 and
string_3..check if all three have an oderly increments like
for string_1 the index value in object repository will be 1
and string_2 should be 2.. and so on.
All to need to do is consider one recorded object either
srting_1 or string_2 .. or any one amoung the four recorded
object .. After loop completed one iteration and moves to
second iteration, jst set the index value of selected
object to 1, 2.. and so on ..Use SetTo property method to
set the index value ..
Do let me know if u have any problem's
Thanks
Sachin.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandipgami84
u can use Refular Expression
string_1,
string_2,
string_3,
string_4,
string_ Is Same... Not Change
string_.* u USE.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dimple
As per my understanding in for loop qtp is loosing the
object property.
so set the property value again in for loop and try.
Please correct me if iam wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramchandra patil
u can use Regular expressions and iterate through loop.No
need to declare four variables.
Let me know if u need code.
Ramchandra Patil
9699851282
| Is This Answer Correct ? | 0 Yes | 0 No |
What is our exact stage involvement with QTP?
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
how interviews will be on QTP?
What are the recording modes in wave event?
how will you check how many members visited the website www.infosys.com?
What is a checkpoint? How many check points are there in qtp?
What is wrong in my code?
in which situation u will use recording and in which situation u will used to write script manually
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?