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
Write VB script to convert from feet to inches(hint 1feet=12 inches)
how does vb script help in web page designing? explain with example.
Which function is used to perform string comparison?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
Input = 124 output should be 124421 Please do not use any string functions/variables
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
write a script to count no drives in file systems in qtp?
Mention the environments where vbscript could be run?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
what is the use of Data base check point ?
How should i Create Email invite with server-side Coding?
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30