-
Regular expressions for web testing
Browser("Yahoo! Mail: The best").Page("(2 unread) Yahoo! Mail").Link("Inbox (2)").Clickthis is the recorded script i get after performing the action on yahoo mail..now when i run the test again ...the page title and link name changes as the no. of emails in inbox increases...so the error says cannot find the object.can someone please tell me what regular expressions i should used for this script ?
-
-
What is the use of Text output value in QTP?
Answer posted by shreethik on 2005-06-09 08:36:38: Output values enable to view the values that the application talkes during run time.When paramaterised, the values change for each iteration.Thus by creating output values, we can capture the values that the application takes for each run and output them to the data table.
-
-
-
-
-
-
-
-
-
-
QTP Input and Output Parameters
What are input and output parameters in QTP? Where it is used?
-
How QTP identify the system time that's changes every seconds?
Don't mix this question with dynamic objects.
-
-
QTP : Web table objects are not counted in the run time
Hi,I have n number of links in my webtable, these links will be change based on some conditions first condition this webtable links count is correctBut second condition it display wrong count.Condition and display links are correct.But webtable links are not counted correctly, i cant find the resion for this.Have any idea for this problem?ThxPunitha.
-
XML Checkpoints
What is the maximum size of a XML file that QTP can handle?
-
-
How to count the no of web links in a web page?
How to count the no of web links in a web page?I used the following script but i am getting zero as output.plz help me out.Dim objlinksystemutil.Run"iexplore.exe","www.yahoo.com"Set objlink=description.Createobjlink("micclass").value="webLink"Set i=desktop.ChildObjects(objlink)msgbox i.countthanks in advance
-
Compare text field
How to compare the items given in a text field when the same is stored in a table format in another web page?
QTP Interview Questions
Ans