Scrambled characters in uft Solution Explorer
uft iSSUE.png (Size: 10.1 KB / Downloads: 3) Hello all I am new to UFT and I am having an issue with the solution explorer, all the object names appear to be scrambled. I tried to repair UFT by...
View ArticleUFT beginner
Hi Ankur, I have recently started learning UFT . i need your suggestion to how to become master in UFT. which is the way to start Learning. Learning VBscripting perfectly will make me a good automation...
View Article[UFT][WPF] WpfObejct: get visibility of scrollbars
Hi, in my application, I have a WpfObject obejct. I would check if vertical or horizontal scrollbars are visibile. With Spy, I checked that: - ComputedHorizontalScrollBarVisibility = {Collapsed} -...
View Article(Zephyr) REST API invocation
Hi there, in order to automate my agile (in JIRA) test management, I'm trying to make use of REST APIs in a C# custom code. To that end, I'm trying to send my request using HttpClient object in an...
View ArticleHow to delete prepopulate value in powerbuilder
Hi, Code: Set dw = PBWindow("...").PBWindow("...").PbDataWindow("pbname:=APP") dw.SelectCell "#1","PHONE" ' How can I delete the existing phone number before I enter the new value? dw.type...
View Articleunable to rowcount in web table
Hi, I have add object in object repository but qtp not highlighted object on the page.Then i have created object for web table as below.There are multiple table on the page. Please guide me. Code for...
View ArticleAutomating SAP Sales Order
I am trying to automate a SAP sales order with multiple line items I am using input method to populate the SAPGuiTable from the local datatable. The code I am using: line 24...
View Articledata table use
Hi, I am using data tables for my login into application. for that I have to keep login and password in xls file on a shared machine. Can I encrypt my password so that no can use / misuse it? If yes...
View Articlemachine lock unlock
Hi, I do capture some screenshot while running scripts. But if when I lock my machine , Screenshot doesn't get captured. Is it possible to overcome this issue? Can I run my script even when machine...
View ArticleQtp select item using regex
I am studying qtp, I have a list field and I want select an item form that. For that I am using the following code and it's was generate using record option in qtp. now the system using Select "123"...
View ArticleAdding negative amount in webedit
How would I add negative amount in webedit (- amount) Obj.ChildItem(2,5,"WebEdit",0).Set strAmmt Obj.ChildItem(2,6,"WebEdit",0).Set -strAmmt not sure how to add negative amount TIA
View ArticleWhy not Checkpoints
we are devloping a new framework and starting automation using UFT I know we do not prefer using checkpoints in UFT for verification, but can you give me reason on why we discourage checkpoints over...
View ArticleUFT and Runtime module on one PC
Hi, I am new to UFT. Just want to know whether I can install/run UFT as well as Runtime module on the same PC. I have 1 UFT concurrent license and 2 Runtime module concurrent licenses. I would like to...
View ArticleDo we need object repository??
We have existing framework in uft with shared OR. My confused coworker wants to use descriptive programming for all scripts . I was t to continue.ur using abject repository and Descriptive only when...
View ArticleFlex Automation Testing using UFT
Hello, I am Trying to automate a web application. I have a flex table and UFT is not able to get the properties of the table. When I spy the table, it says its a WebElement but not able to identify the...
View ArticleFiles comparison using QTP
I need some help with Comparing the bulk number of text files using QTP. 100 Sets of Text files with one to one comparison Not all 100 files are the same they are sorted in date format Example File A...
View Article[UFT] [WPF] DataGrid: check if vertical and horizontal scrollbars are visible
Hi, i have a DataGrid, this is the source code: Code: <DataGrid x:Name="commonStepGrid" AutoGenerateColumns="False" HeadersVisibility="Column" Grid.Row="3" Grid.Column="0"...
View ArticleUFT chooses the left menu navigation but not the drop down navigation in...
While testing peoplesoft 9.1 ( Home page )with UFT,UFT only choose the left navigation menu and its not choosing the dropdown navigation menu. So I have verified the navigation type in the following...
View Article