941 resultados para Mobile application testing
Resumo:
The aim of this bachelor’s thesis was to explore adolescents’ personal branding practices in the social media environment of the photo and video sharing mobile application Instagram. As the theoretical background for personal branding is quite limited, this thesis combined concepts of personal branding and self-presentation to answer the research problems. Empirical data was collected by conducting semi-structured individual interviews with 10-14-year-old adolescent girls. The photo-elicitation method was utilized in the interviews as the participants were requested to present and discuss their Instagram accounts. The concepts of personal brand identity and personal brand positioning were found to be suitable descriptions to adolescents’ personal branding practices on Instagram. It was found that adolescents consciously consider what kind of personal brand identity they aim to portray to their audience and that authenticity of the personal brand identity is valued. Personal brand positioning, on the other hand, was found to be achieved through impression management: adolescents make strategic disclosure decisions regarding the content they post on their Instagram accounts in a way that the content is reflective of the personal brand identity. Posting brand-related user-generated content on one’s Instagram account was found to be one of the many disclosure decisions in personal brand positioning on Instagram and this type of content was very common on the participants’ accounts. Adolescents were also found to be interested in monitoring the audience reactions to their personal branding efforts.
Resumo:
Modern software application testing, such as the testing of software driven by graphical user interfaces (GUIs) or leveraging event-driven architectures in general, requires paying careful attention to context. Model-based testing (MBT) approaches first acquire a model of an application, then use the model to construct test cases covering relevant contexts. A major shortcoming of state-of-the-art automated model-based testing is that many test cases proposed by the model are not actually executable. These \textit{infeasible} test cases threaten the integrity of the entire model-based suite, and any coverage of contexts the suite aims to provide. In this research, I develop and evaluate a novel approach for classifying the feasibility of test cases. I identify a set of pertinent features for the classifier, and develop novel methods for extracting these features from the outputs of MBT tools. I use a supervised logistic regression approach to obtain a model of test case feasibility from a randomly selected training suite of test cases. I evaluate this approach with a set of experiments. The outcomes of this investigation are as follows: I confirm that infeasibility is prevalent in MBT, even for test suites designed to cover a relatively small number of unique contexts. I confirm that the frequency of infeasibility varies widely across applications. I develop and train a binary classifier for feasibility with average overall error, false positive, and false negative rates under 5\%. I find that unique event IDs are key features of the feasibility classifier, while model-specific event types are not. I construct three types of features from the event IDs associated with test cases, and evaluate the relative effectiveness of each within the classifier. To support this study, I also develop a number of tools and infrastructure components for scalable execution of automated jobs, which use state-of-the-art container and continuous integration technologies to enable parallel test execution and the persistence of all experimental artifacts.
Resumo:
O Caminho de Santiago, sendo uma rota de peregrinação importante para o território Português e Galego, que envolve o ambiente paisagístico e o Património Cultural e Religioso, tem demonstrado uma grande afluência de peregrinos nos últimos anos. Aliado a este contexto, e numa era tecnológica em que se vive, pretende-se estudar o impacto das novas tecnologias neste ambiente de peregrinação da era medieval. Mais concretamente, pretende-se perceber a utilização da tecnologia móvel por parte dos peregrinos durante a realização do Caminho de Santiago, assim como quais as características que consideram importantes para uma aplicação móvel de apoio à peregrinação e se estas têm influência na intenção de uso da mesma. Para o desenvolvimento desta investigação procedeu-se a uma exaustiva revisão da literatura sobre a utilização da tecnologia móvel no setor do Turismo, visto esta se revelar escassa no que concerne à peregrinação. Aliado à revisão da literatura, considerou-se relevante fazer um levantamento dos hábitos dos peregrinos e a utilização da tecnologia durante a peregrinação, realizando-se entrevistas exploratórias a 11 peregrinos que contribuíram para a construção do questionário. Após a realização das entrevistas, foi elaborado um questionário que foi distribuído online. Foram obtidas respostas de 1.140 peregrinos que já tinham realizado o Caminho de Santiago pelo menos uma vez. Em relação ao uso das novas tecnologias no geral, a análise fatorial aplicada revelou que os motivos de utilização de dispositivos móveis durante a peregrinação se podem dividir em quatro categorias: Lazer/informações, comunicar, conveniência e entretenimento. Em relação ao uso de uma aplicação específica sobre o caminho, os resultados mostram que apesar da grande maioria de inquiridos (81%) não ter conhecimento de uma aplicação móvel sobre o Caminho Português, mais de 55% afirmou que a probabilidade de usarem uma aplicação móvel de apoio à peregrinação seria elevada. Para analisar quais as características que os peregrinos mais valorizariam numa aplicação móvel de apoio à peregrinação a Santiago, foram identificadas três categorias de conteúdos através de uma análise fatorial: Características Gerais do Caminho, Características Turísticas e Culturais e Características Religiosas. Por último, aplicou-se uma regressão linear múltipla que revelou que os conteúdos relacionados com o Caminho e com os elementos turísticos e culturais são os que mais influenciam a intenção de uso da app por parte dos peregrinos. Considerando-se este estudo pioneiro no que concerne à utilização da tecnologia móvel por parte dos peregrinos, poderá revelar-se um suporte importante para os programadores de aplicações móveis, bem como para o desenvolvimento de estudos futuros.
Resumo:
This thesis reports on an investigation of the feasibility and usefulness of incorporating dynamic management facilities for managing sensed context data in a distributed contextaware mobile application. The investigation focuses on reducing the work required to integrate new sensed context streams in an existing context aware architecture. Current architectures require integration work for new streams and new contexts that are encountered. This means of operation is acceptable for current fixed architectures. However, as systems become more mobile the number of discoverable streams increases. Without the ability to discover and use these new streams the functionality of any given device will be limited to the streams that it knows how to decode. The integration of new streams requires that the sensed context data be understood by the current application. If the new source provides data of a type that an application currently requires then the new source should be connected to the application without any prior knowledge of the new source. If the type is similar and can be converted then this stream too should be appropriated by the application. Such applications are based on portable devices (phones, PDAs) for semi-autonomous services that use data from sensors connected to the devices, plus data exchanged with other such devices and remote servers. Such applications must handle input from a variety of sensors, refining the data locally and managing its communication from the device in volatile and unpredictable network conditions. The choice to focus on locally connected sensory input allows for the introduction of privacy and access controls. This local control can determine how the information is communicated to others. This investigation focuses on the evaluation of three approaches to sensor data management. The first system is characterised by its static management based on the pre-pended metadata. This was the reference system. Developed for a mobile system, the data was processed based on the attached metadata. The code that performed the processing was static. The second system was developed to move away from the static processing and introduce a greater freedom of handling for the data stream, this resulted in a heavy weight approach. The approach focused on pushing the processing of the data into a number of networked nodes rather than the monolithic design of the previous system. By creating a separate communication channel for the metadata it is possible to be more flexible with the amount and type of data transmitted. The final system pulled the benefits of the other systems together. By providing a small management class that would load a separate handler based on the incoming data, Dynamism was maximised whilst maintaining ease of code understanding. The three systems were then compared to highlight their ability to dynamically manage new sensed context. The evaluation took two approaches, the first is a quantitative analysis of the code to understand the complexity of the relative three systems. This was done by evaluating what changes to the system were involved for the new context. The second approach takes a qualitative view of the work required by the software engineer to reconfigure the systems to provide support for a new data stream. The evaluation highlights the various scenarios in which the three systems are most suited. There is always a trade-o↵ in the development of a system. The three approaches highlight this fact. The creation of a statically bound system can be quick to develop but may need to be completely re-written if the requirements move too far. Alternatively a highly dynamic system may be able to cope with new requirements but the developer time to create such a system may be greater than the creation of several simpler systems.
Resumo:
The traditional process of filling the medicine trays and dispensing the medicines to the patients in the hospitals is manually done by reading the printed paper medicinechart. This process can be very strenuous and error-prone, given the number of sub-tasksinvolved in the entire workflow and the dynamic nature of the work environment.Therefore, efforts are being made to digitalise the medication dispensation process byintroducing a mobile application called Smart Dosing application. The introduction ofthe Smart Dosing application into hospital workflow raises security concerns and callsfor security requirement analysis. This thesis is written as a part of the smart medication management project at EmbeddedSystems Laboratory, A˚bo Akademi University. The project aims at digitising the medicine dispensation process by integrating information from various health systems, and making them available through the Smart Dosing application. This application is intended to be used on a tablet computer which will be incorporated on the medicine tray. The smart medication management system include the medicine tray, the tablet device, and the medicine cups with the cup holders. Introducing the Smart Dosing application should not interfere with the existing process carried out by the nurses, and it should result in minimum modifications to the tray design and the workflow. The re-designing of the tray would include integrating the device running the application into the tray in a manner that the users find it convenient and make less errors while using it. The main objective of this thesis is to enhance the security of the hospital medicine dispensation process by ensuring the security of the Smart Dosing application at various levels. The methods used for writing this thesis was to analyse how the tray design, and the application user interface design can help prevent errors and what secure technology choices have to be made before starting the development of the next prototype of the Smart Dosing application. The thesis first understands the context of the use of the application, the end-users and their needs, and the errors made in everyday medication dispensation workflow by continuous discussions with the nursing researchers. The thesis then gains insight to the vulnerabilities, threats and risks of using mobile application in hospital medication dispensation process. The resulting list of security requirements was made by analysing the previously built prototype of the Smart Dosing application, continuous interactive discussions with the nursing researchers, and an exhaustive state-of-the-art study on security risks of using mobile applications in hospital context. The thesis also uses Octave Allegro method to make the readers understand the likelihood and impact of threats, and what steps should be taken to prevent or fix them. The security requirements obtained, as a result, are a starting point for the developers of the next iteration of the prototype for the Smart Dosing application.
Resumo:
Following a drop in estrogen in the period of menopause some women begin to lose bone mass more than 1% per year reaching the end of five years with loss greater than 25%. In this regard, factors such as older age, low calcium intake and premature menopause favor the onset of osteoporosis. Preventive methods such as nutritional counseling to a proper diet and the support of technology through applications that assess dietary intake are essential. Thus, this study aimed to develop an application for Android® platform focused on the evaluation of nutritional and organic conditions involved in bone health and risks for developing osteoporosis in postmenopausal women. To achieve this goal we proceeded to a study of 72 women aged 46-79 years, from the physical exercise for bone health of the Laboratory for Research in Biochemistry and Densitometry the Federal Technological University of Paraná program. Data were collected in the second half of 2014 through tests Bone Densitometry and Body Composition, Blood Tests, Anthropometric data and Nutrition Assessment. The study included women with a current diagnosis of osteopenia or osteoporosis primary, aged more than 45 years postmenopausal. For the assessment of bone mineral density and body composition used the device Absorptiometry Dual Energy X-ray (DXA) brand Hologic Discovery TM Model A. For anthropometric assessment was included to body mass, height, abdominal circumference, Waist circumference and hip circumference. The instrument for assessing food consumption was used Recall 24 hours a day (24HR). The estimated intake of energy and nutrients was carried from the tabulation of the food eaten in the Software Diet Pro 4®. In a sub sample of 30 women with osteopenia / osteoporosis serum calcium and alkaline phosphatase tests were performed. The results demonstrated a group of women (n = 30) average calcium intake of 570mg / day (± 340). The analysis showed a mean serum calcium within the normal range (10,20mg / dl ± 0.32) and average values and slightly increased alkaline phosphatase (105.40 U / L ± 23.70). Furthermore, there was a significant correlation between the consumption of protein and the optimal daily intake of calcium (0.375 p-value 0.05). Based on these findings, we developed an application early stage in Android® platform operating system Google®, being called OsteoNutri. We chose to use Java Eclipse® where it was executed Android® version of the project; choice of application icons and setting the visual editor for building the application layouts. The DroidDraw® was used for development of the three application GUIs. For practical tests we used a cell compatible with the version that was created (4.4 or higher). The prototype was developed in conjunction with the Group and Instrumentation Applications Development (GDAI) of the Federal Technological University of Paraná. So this application can be considered an important tool in dietary control, allowing closer control consumption of calcium and dietary proteins.
Resumo:
A história da humanidade é marcada por invenções a nível tecnológico que provocam grandes alterações na sociedade e, consequentemente, no mundo. Depois do aparecimento da Internet há algumas décadas, assistimos atualmente ao surgimento de um novo grande marco histórico ao nível tecnológico: a era do marketing digital e da comunicação móvel. Nos últimos anos, o crescimento exponencial e o desenvolvimento do mercado de smartphones e das aplicações móveis fizeram com que estas se tornassem num dos principais meios de comunicação e impusessem novas dinâmicas quanto à forma de interagir, pesquisar informação, efetuar compras/pagamentos, organizar as mais diversas tarefas diárias, jogar e até de trabalhar. Os novos ritmos de vida garantem aos consumidores uma menor disponibilidade de exposição aos conteúdos e às atividades das marcas. Deste modo, e devido ao reconhecimento das potencialidades dos canais móveis, o conceito da mobilidade tem vindo a ganhar uma crescente valorização. A necessidade de criação de novas plataformas interativas que facilitem a vida dos consumidores é cada vez maior e permite às marcas uma relação de proximidade constante e sem barreiras com os seus consumidores em qualquer lugar e a qualquer hora através de dispositivos móveis que são, hoje em dia, uma ferramenta imprescindível tanto a nível pessoal e social como a nível profissional.
Resumo:
Um dos grandes desafios para a valorização de Portugal como destino cultural, assenta na agregação de toda a oferta que o nosso país apresenta. A música, por tudo aquilo que representa para o nosso país, apresenta as características certas para se tornar num elo de ligação entre a cultura e as pessoas. Nos últimos anos assistimos a uma alteração do consumo de música através de aplicações que emergiram e que alcançaram o seu espaço na sociedade moderna. Paralelamente, temos presenciado no nosso país a um aumento de concertos e espetáculos ao vivo, número de espectadores e de receitas de bilheteira, gerando receitas em torno dos 70 000 000 de euros. Beneficiando da experiência e conhecimento na área musical, este projeto visa desenvolver uma aplicação mobile que funcione como agregador de toda a informação relativa a espetáculos musicais ao vivo na área de Lisboa. Na base da construção do Plano de Negócios foi utilizado o programa FINICIA do Instituto de Apoio às Pequenas e Médias Empresas e à Inovação (IAPMEI) que revelou todas as conjeturas necessárias à sua realização e implementação. Os indicadores de validade do projeto, recolhidos através do questionário online com base no método Delphi, comprovaram a relevância da criação de uma aplicação mobile focada na área da música em Lisboa. De acordo com os indicadores de viabilidade utilizados neste projeto, nomeadamente a Taxa Interna de Rendibilidade (TIR), o Valor Atual Líquido (VAL) e o Período de Payback, foi possível determinar que o mesmo é economicamente viável.
Resumo:
O avanço das tecnologias de informação continua a mudar os paradigmas de ensino e aprendizagem. Os meios disponíveis são cada vez mais diversificados e, com a necessidade de procurar novos estudantes e diversificar o público-alvo, as instituições de ensino superior estão a repensar os seus modelos de negócio e estratégias pedagógicas. A proliferação de dispositivos móveis catalisa uma aposta crescente no ensino a distância (EaD) no sentido de proporcionar aprendizagens em mobilidade (m-learning). No entanto, as soluções existentes para m-learning são ainda pouco adaptadas às recentes metodologias de EaD, na maioria das vezes funcionando como extensão de um ambiente virtual de aprendizagem ou com muito foco nos conteúdos. Sendo a Universidade Aberta (UAb) a única instituição de ensino superior público em Portugal de ensino a distância, com um modelo pedagógico próprio, constitui um natural caso de aplicação de tecnologia móvel em novos contextos de aprendizagem, importando por isso estudar e desenhar os mecanismos de interação mais adequados com professores e estudantes em mobilidade. Adotou-se neste trabalho a metodologia Design Science Research, tendo sido identificadas as características e comportamentos de potenciais utilizadores, e definidas as funcionalidades que devem ser disponibilizadas na primeira versão de uma aplicação para dispositivos móveis (app) no contexto do ensino a distância. É proposto o design da interface dessa app, usando o modelo da UAb como caso de aplicação, e disponibilizada uma lista de orientações para o desenvolvimento do protótipo funcional. Da investigação realizada, concluiu-se que a interface proposta constitui um modelo válido para o desenho de uma app para aprendizagens em mobilidade, no regime de ensino de uma universidade virtual. A partir deste modelo, as instituições de ensino superior podem desenvolver apps adaptando-se ao avanço das Tecnologias de Informação e Comunicação e ficarem alinhadas com as necessidades dos seus alunos e docentes, particularmente se dispuserem de oferta formativa a distância.
Resumo:
Tese (doutorado)—Universidade de Brasília, Instituto de Letras, Departamento de Linguística, Português e Línguas Clássicas, Programa de Pós-Graduação em Linguística, 2016.
Resumo:
Lo Nuestro SAS es una empresa constituida por tres emprendedores que buscan volver más eficiente el sistema domiciliario de las tiendas de barrio, utilizando las tecnologías de la información, con la finalidad de fortalecer tanto a los consumidores como a los vendedores (tenderos). El potencial del concepto permite que a futuro nos posicionemos como una empresa líder e innovadora en el sector, brindado facilidades optimizadoras de servicio que beneficiara al productor, al intermediario y al consumidor final. Finalidad que se logra al ser el servicio más efectivo y de primera mano que entiende los tenderos y al consumidor final. Por consiguiente, y apalancándonos en las tecnologías de la información, a través de una red de ciclistas constituida por gente joven interesada en obtener ingresos extra. Estos se organizan de acuerdo al pacto entre el consumidor, el tendero, la empresa y ciclista, que bien se facilita a través de las características de la plataforma virtual. De acuerdo a lo ya planteado, el proyecto se expone no solo como un atractivo tanto para el tendero común y sus usuarios, sino además para todas las personas que estén interesadas en recibir una remuneración extra por sus servicios de domicilio.
Resumo:
La asistencia y reparación del hogar es un servicio fundamental que cualquier persona puede a llegar a necesitar ante cualquier emergencia o necesidad. En Colombia la presentación de estos servicios ha venido presentando inconvenientes, debido a que las personas no encuentran fácil la manera de contactar y contratar a un técnico que les ofrezca confianza y seguridad. Igualmente los precios varían mucho, ya que juegan con la necesidad y cara del cliente y por lo tanto cada día se evidencian más inconformidades por parte de las personas. En el sector se evidencia claramente un problema, el cual debe ser atendido y es por ese motivo que se desarrollara una nueva idea de negocio que consiste en la implementación de una aplicación móvil que brinda a usuarios una alternativa innovadora para solicitar y contratar servicios técnicos para la asistencia del hogar, y así mismo a los técnicos se les ofrece una oportunidad diferente para incrementar sus servicios diarios y beneficios. TecniHogar es la aplicación móvil más fácil y amigable de manejar para los usuarios y prestadores de servicios, conecta a los clientes con los técnicos de una manera rápida y fácil. El proyecto se llevó a cabo por medio de una investigación cuantitativa, complementada a nivel analítico y comprensivo con cada una de las respuestas encontradas en las encuestas que se realizaron tanto a personas como a técnicos. De esta manera se pudo concluir que con la aplicación de TecniHogar usuarios y técnicos obtendrán un servicio más fácil, rápido, confiable y seguro que finalmente cambiara la forma de consumo y prestación de estos servicios
Resumo:
Introduzione: Il tumore al seno è il più diagnosticato tra le donne, in Italia. Risulta fondamentale l’adesione delle donne ad un programma di screening organizzato e trova la sua importanza l’autopalpazione del seno, uno strumento aggiuntivo per la prevenzione e con il quale le donne possono incrementare conoscenze e consapevolezza sul proprio corpo. In questo progetto si sono volute indagare le conoscenze delle donne in merito all’autopalpazione, insieme alla loro aderenza e soddisfazione riguardo CheckBreast, un’applicazione creata appositamente, per divulgare informazioni e istruzioni per apprendere l’autopalpazione. Materiali e metodi: Per questo intervento di educazione alla salute si è scelto di utilizzare CheckBreast, un’applicazione per smartphone, diffusa tra le donne attraverso vari canali Social. Per perseguire l’obiettivo della ricerca, si è utilizzato un questionario anonimo accessibile tramite un link all’interno dell’applicazione; le donne potevano rispondere dopo avere seguito le istruzioni fornite su come praticare l’autopalpazione. Risultati: L’applicazione è stata scaricata da 105 utenti e sono state raccolte 45 risposte al questionario. Nonostante la quasi totalità delle donne fosse già a conoscenza dell’autopalpazione, solo una piccola parte ha affermato di praticarla regolarmente. Quasi tutte le donne, dopo avere usato l’applicazione, affermano di avere le idee chiare su come effettuare la pratica e sostengono che CheckBreast è uno strumento facile da usare e utile per ricordarsi di effettuare l’autopalpazione. Sono stati raccolti giudizi estremamente positivi sull’applicazione e in termini di soddisfazione da parte dell’utenza. Conclusioni: L’utilizzo di un’applicazione per smartphone come strumento di educazione alla salute risulta essere efficace e soddisfacente per diffondere informazioni sul tumore al seno, sulla sua prevenzione e sull’autopalpazione e per aumentare conoscenze e consapevolezza del proprio corpo tra tutte le donne.
Resumo:
Testing e Analisi di problemi di usabilità che potrebbero sorgere se due sistemi venissero integrati in un unico nuovo sistema.
Resumo:
Background: Helicobacter pylori ClariRes assay is a novel commercially available real-time PCR assay allowing H. pylori detection and clarithromycin susceptibility testing in either gastric biopsy or stool specimens. Objective: The aim of this study was to validate the novel biprobe real-time assay in stool specimens from 217 dyspeptic children. Methods: DNA from gastric biopsies and stool specimens were obtained and submitted to the biprobe real time assay for H. pylori detection and clarithromycin susceptibility testing. Results: The sensitivity, specificity, and test accuracy were 69, 100 and 93.9% for the detection of H. pylori infection and 83.3, 100 and 95.6%, for detection of clarithromycin resistance. Conclusion: This assay proved to be appropriate for H. pylori clarithromycin susceptibility testing, particularly in children populations where a high prevalence of clarithromycin-resistant strains is suspected.