I am actually testing a web app that performs search based on entered search criteria and also displays the search parameters label exactly as you entered after the search right next to its search text boxes. Now I have made searching data driven so that each time new search parameter is entered in the text field. I also created validation check point of "text contains" so that i could verify that web app is displaying the same search parameter label that was entered for searching. When I make the validation check point data driven by passing the variable that i created in local datasheet for searching, my test cases fail to validate the checkpoint. Is there a right way to accomplish what i am trying to do?
Connecting to the Model Popup failing in my Test Case.
My scenario is I have to create a new record and i have to edit that record. While creating the record i am able connect Modal popup successfully with the below code.
My application is having a datagrid. It contains records with different coulmn values and each record has a button "Edit"(same name and properties). How to click a particular Edit button? Please help
I already have my elements in the element explorer and I would like to add a Hover step to one of them, similar to how I can use the Step Suggestions to add a Click step (BTW, I really like the Step Suggestions feature) without having to re-record.
I have this issue with generating Dialogs in tests where I use only Steps (not coded steps).
My problem is when Dialog window is detected and I'm trying to click upload button in dialog window, so Telerik always generate "generic' dialog step. I think there is a problem with language in my windows (Czech), because Telerik can work only with English version of Windows.
Although I can edit 'generic' dialog step and change 'DialogTitle' to my language, but I can't edit FileUpload path.
Another possible way is to generate Dialog step in Telerik Test Studio and choose Upload dialog, but there I can't change 'HandleButton' and automatic test can't find your predefined buttons.
Of course I could to change the step in coded step, but coded step are banned in my tests.
So my questions are.
Is there any possible way, how to correctly detect right button for me?
Are you going to implement some updates in next version?
i am using the current version of Telerik Test Studio with the Release-Number : "2012.2.1204".
Note: This is the new current version, that i canDownlaod and Install. A student-Employeehas atestprojectwith the version "2012.2.1220" created. And i can't open this project with my Licence (not with Standalone Version and not with VS-Plugin).
What should i do? to usetheautomatedtests of this project and to implement further??
I have a scenario in which I have three browsers instances are active i.e i have main browser then i have clicked on a button to open a popup(lets name it as "popup1") and created a record in the popup then i clicked on a button to open another popup(lets name it as "popup2"), Now i have three browser instances one is main browser and two popups(popup1 and popup2).
Now i have connected to popup2 then created a record and closed popup2 here my active window will be popup1, this is the scenario i am trying to execute. While replaying on IE it is able to connect to popup2 and able to write in the text boxes of popup then record was created but while closing the popup2 it is closing the popup1. To rectify this problem i have customized the closing step like below:
Manger.Browsers[2].Close();
Now popup2 is closed and popup1 became active then i am able to perform some actions in popup1. So this test case is working fine in IE But my problem is with chrome and FF. While replaying in FF or Chrome, popup2 connection step executed successfully but when it is trying to type some thing in popup2 text box then focus is going popup1, it is searching text box in popup1 so the test case was failing. So i have added a script step before the step which typing some text in to the text box. Code for the script step is:
Hi,
I tried using executioncontext.params.loadfromxmlfile to load the testlist setting file dynamically but to no avail as it is always returning false.
then i saw the code of loadfromxmlfile and found that it is expecting WebAii.Settings and WebAii.Settings.Web section in the xml file.
Can somebody please share the format xml so that we can have a xml file with testlist setting params and custom params.