1. How to handle object implementation change in DP
for Ex: i have login page with username,pasword
(editboxes),login,cancel(buttons). Here i written DP code
for login page with the help properties.
My questions:
1.If properites are changing dynamically i will do (i want
code for that)
2.if objects are changed dynamcally i will do (i wnat code
for that)
No Answer is Posted For this Question
Be the First to Post Answer
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
How to open browser in vb script?
when you use For Loop, While..do, do..while? at what situations which loop will use.
what is extension of the file if its saved from recovery manger to some drive
Difference between dim,public and private variables in vb script?
Explain about tristate constants in vbscript?
filter the array values without using filter function?
What if you do not specify anything when you call a procedure?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
Find Out Length of an array without using Ubound?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10