Hi,Can I save my user defined variable value in a Data Sheet ?Dim textValuetextValue= Browser("Browser").Page("Pag1").WebEdit("WebEdit").GetROProperty("innertext")I
Latest Answer: here is the code datatable("columnname",dtgolbal)=textvalue ...
QTP is not getting one of the object in our application... it is getting all other objects
Latest Answer: Use Low level Recording to recognize the object by Mouse pointers. Store the information in ObjectRepositary ...
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
Latest Answer: We can count the number of links that are present in the web table, using Descriptive programming.Set Lnk = Description.Create()Lnk("micClass").Value = "Link"Set LnkPres = Browser().Page().WebTable().ChildObjects(Lnk)LnkCnt = LnkPres.CountMsgBox ...
Hi,How i can write the script for the runtime changing objectsFor Example My webtable name is "Wtable"Its containing n number of links "120 orders" "130 orders" "100
Latest Answer: I'd get all the link objects for the page, or object that match a certain criteria. In this case, all your order links match ".*orders", then run a loop to click each of themFor example: ' Set ...
Hi Every Body,Can any one help me on "How to identify special character thru regular expression in QTP for Java Based application"?Thanks in AdvanceSrini :)
Latest Answer: You can use W for identifying special characters like !@#$% ^* Â in VB script, Sushil ...
Hi QTP Experts, how to write a function for Maximising a Browser in QTP I'm already having function for that but it's taking very slow to access the browser im pasting my function belowhwnd =
Latest Answer: It worked fine when I did it without Creatime Time. ...
Hi Guys, Im using checkpoints in my test(QTP 9.2) but sometimes i may delete the Checkpoints by deleting the scripts Is there any location for checkpoints files to be deleted even after deleting
Latest Answer: You don't have to delete the entire script to just remove the Checkpoint. You can go to the Expert view and comment out the line containing the Checkpoint. Also, QTP does not store checkpoints in its OR. ...
How we can identify the descriptive program objects in GUI map of QTP8.2 Version
Latest Answer: descriptivr program define object won't appear in GUI. ...
Hi,i have to put a synchronization points in web page.my script have to wait until my web page refresh.or my web page status bar should be completes.Plz help for this.ThxPunitha
Latest Answer: you can use waitproperty("propertyn ame", "parameter value" timeout) for this featuerlet me know if u still face any proble ...
Hi, Would be great if you could let me know how to pass a key in the query while creating a database check point? My key value is stored in a variable in the script.In short, what I want to know is:myVar='keyvalue'select
Latest Answer: While a database checkpoint is created, the select statement gets stored in "Source".So for parameterizing it, Create a checkpoint initially in the normal flow with a constant value.....and then parametrize it by updating with SETTOPROPERTY ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top