Questions tagged [wp7test]

WP7Test is a unit testing framework for unit testing Windows Phone applications

WP7Test is a unit testing framework available via nuget for unit testing Windows Phone applications

20 questions
3
votes
2 answers

Get Value for selected Item in ListPicker

I have a listpicker which showing item names. When selecting a item I want to get the Item Id for that selected Item.How can I do That?
Tom
  • 1,343
  • 1
  • 18
  • 37
3
votes
1 answer

Debugging WindowsPhoneTestFramework AutomationClient

I've used the WindowsPhoneTestFramework and is great but it does not support some of the features that I need like setting the Width and Height of an element of changing the Layout of the Emulator for testing in Landscape and portrait, etc. While…
3
votes
1 answer

How do i handle MessageBoxes with Expensify WP7?

I have a Windows phone 7.1 App, and I'm trying to implement som UI tests using Expensify's WP7Test framework and SpecFlow's Gherkin-feature. I'm having real trouble testing whether my application is started correctly when run for the first time,…
Julian
  • 1,050
  • 1
  • 12
  • 23
2
votes
1 answer

WP7 Region format testing

Is there an easy way to test that your application runs properly across all region formats? Or would I need to cumbersomely set the region format, reboot the phone and then deploy my application? The reason I ask is because I have recently…
n00b
  • 5,843
  • 11
  • 52
  • 82
2
votes
1 answer

How to work with nested if statements

I have a very big excel sheet that holds many information such as dates, item number, description, etc. I am trying to filter out a few things with if statements but i am like filtering around 10 or more things, the only way i know how to go about…
user3464479
2
votes
1 answer

WP7-How To Extend List Box When Reaching Last Item

This web page give the idea about How To Extend List Box When Reaching Last Item link but in my case there are 2 or more list box in pivot. How to implement that?
Gijo
  • 249
  • 1
  • 9
2
votes
1 answer

Noneditable textbox but able to select text and process

I want to display some text in text box and want to select some text from it and process it.But i don't want to edit the text box.How can i achieve this in wp7? Read only text box doesn't let you process the selected text. Any ideas?
Shilpa
  • 412
  • 3
  • 14
2
votes
1 answer

XElement.Load(stream) throws System.NotSupportedException

when i am gettting the bytes data,and i am trying to convert into XELement like below using (Stream streamResult = new MemoryStream(byteArray)) { XElement xElement = XElement.Load(streamResult); // exception thrown here } Here's the exception…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
1
vote
1 answer

DateTime.Now issue in Windows phone 7

I am developing a windows phone 7 application. In my application user can make purchases. After purchasing we send the purchase details to our database server for future reference. The purchase details include date and time of purchase. Now am using…
Arun
  • 3,478
  • 8
  • 33
  • 46
1
vote
1 answer

Got LoaderExceptions in setting specflow 1.9 in for WindowsPhone

I tried to follow https://github.com/Expensify/WindowsPhoneTestFramework/wiki/Setting-up-a-new-BDD-machine to setup Specflow on WindowsPhone. I had a Specflow 1.8.1 installed. so I uninstall 1.8.1 first and install Specflow 1.9 plugin on VS2010.…
shikn
  • 25
  • 2
0
votes
2 answers

NuGet - JsonValue 0.5.0 Install-Package Error

I'm trying to get into mobile UI Automation. I've run into an issue installing the WP7Test package as a part of Windows Phone Automation Framework. The problem is I can't install JsonValue 0.5.0 which is a dependency of WP7Test. Install failed.…
TIMBERings
  • 688
  • 1
  • 8
  • 28
0
votes
2 answers

Unable to use Then I press the control "name"

I am using the WP7test framework from Expensify But i have an issue with my listbox.
MJensen
  • 11
  • 1
0
votes
1 answer

gui Information do i from wp7 xap file?

I'm a student in South Korea interested in becoming a programmer. I'm currently interested in making a software to automatize windows application testing. I have a question regarding this matter Is it possible to obtain the UI information of Wp7 in…
0
votes
2 answers

Windows Phone Test Framework by Expensify

Does the Windows Phone Test Framework by Expensify support testing on real mobile devices running windows phone 7 OS ? If yes, which devices does it support? Please reply.
0
votes
1 answer

"Command timed out waiting for send" in WindowsPhoneTestFramework

a couple of questions: 1.When I open an app in the emuhost commandline, I can open, close, install, uninstall it, but I can't interact with it (tap on something etc.), it says: Next action? invokeTap HitThisButton -> Command timed out waiting for…
Sergiu Todirascu
  • 1,367
  • 15
  • 23
1
2