7 Answers, 1 is accepted
I am sorry to hear you are experiencing this issue. This is a known issue as you can see from this link.
Please download the following hotfix in order to overcome this issue. Please note that there are two downloadable files depending on what version of OS you are using 32 or 64-bit.
Ivaylo
Telerik
and send us your feedback! Expires mid-August!
I downloaded .net from ur link(hot fix).but i is giveing error
KB2461678v2 does not apply, or is blocked by another condition on your computer.
please give solution to generate scripts with out error.am always getting same error i.e.("An Unexpected Error occourred in telerik tests tudio.the error hasbeen reported to telerik team.")
You may check the following points
1. Is your machine x86 (32 bit machine) or x64? If it is x64 you need that version of the patch(NDP40-KB2461678-v2-x64.exe), if you are trying to install the x86 version of the patch (NDP40-KB2461678-v2-x86.exe), your machine should be x86.
2: Do you have any other hotfixs newer applied that may be preventing the patch from detection of a proper 'baseline'?
I have another thing I would like you to verify. Please navigate to the following folder on your computer:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF
Locate the PresentationFramework.dll file and right click on it. Click on Properties and choose the Details Tab, make a screen shot of it and attach it to this ticket. Please refer to the screenshot I have attached for you as an example.
Ivaylo
Telerik
and send us your feedback! Expires mid-August!
My system is 64-bit,
I have one more problem.In my project I need to compare values between two webpages(or modules or tabs whatever)
i.e one is item tab and second is invoice tab.in these two tabs i have a field "UOM"
i need to compare whether that field is same in two tabs or not.How to compare
please give detail explanation
Thanks&Regars,
Pranavi.K
Thank you for providing me with the Details tab of the PresentationFramework.dll, it seems you have the newer version and you are not supposed to experience this problem. I can suggest in this case to reinstall the .Net Framework and see if this will fix the issue. If this is not helping I am out of ideas on how you can proceed further since this is a Microsoft related issue. More information you can find here.
As per your other problem you are describing you can read this article how to extract the number from the first screen and set theDataBindVariableName to extractedNumber or other suitable name.
On the second screen you can use a Quick Verification for the number and use the Verify - text containsoption. Select the test step and click the (Bindings) drop-down in the Properties pane. Set ExpectedStringto the extractedNumber variable.
I have recorded a short video to demonstrate you how you can do this.
You can do the same test scenario also with code.
Please note that it is a good practice to submit new issues/problems in separate tickets instead of updating the existing ones, this help us keep better track and assist more accurately.
Thank you for your understanding.
Ivaylo
Telerik
and send us your feedback! Expires mid-August!
ThanQ very much lvaylo for the reply
Thanks&Regards,
Pranavi.