حافظ ضیاء الدین احمد
افسوس ہے پچھلے مہینہ حافظ ضیاء الدین احمد صاحب ایڈیٹر ندائے حرم کرانچی کاانتقال ہوگیا۔ مرحوم مدرسہ صولتیہ مکہ معظمہ کے صدر دفتر کے انچارج تھے۔ قرول باغ دہلی میں ان کا دفتر دفترِبرہان کے پڑوس میں تھا۔۱۹۴۷ء کے ہنگاموں میں ہم سے قرول باغ چھٹا تومرحوم اس ملک کو ہی خیرباد کہہ کر کراچی میں جابیٹھے۔ وہ اگرچہ ضابطہ کے عالم نہیں تھے لیکن بڑی اچھی سمجھ بوجھ اوراعلیٰ درجہ کی انتظامی قابلیت رکھتے تھے۔مہمان نوازی، تواضع اورفراغ حوصلگی و سیرچشمی ان کی طبیعت تھی۔ قرآن مجید کے صرف حافظ ہی نہیں تھے بلکہ اس کے عاشق بھی تھے۔ روزانہ خودپابندی کے ساتھ اس کاورد کرتے تھے اوراپنی اولاد کو بھی تلاوت قرآن کی تاکید کرتے رہتے تھے۔ اﷲ تعالیٰ آں مرحوم کوابراروصلحاء کامقام عطافرمائے اورمدرسہ صولتیہ کی اس شاخ کومرحوم جیسے منتظم کے اٹھ جانے کے باعث کسی قسم کاچشم زخم پہنچنے سے محفوظ رکھے۔آمین [مئی۱۹۵۲ء]
It is unique and high distinction of the Muslim Ummah that they have saved the teachings of Prophet Muhammad (PBUH). There have been high profile scholars who had dedicated their lives for the investigation of veracity and authenticity of Ḥadīths. They have been sifting the narrators of Ḥadīths through the myriad of resources to endorse or reject the authenticity of Ḥadīths. Amongst these eminent scholars, Imām Abū Ḥātim and Imām Abū Zur'ah, who made great contribution in the field of Elal Ḥadīth. Both criticized Aḥādīth some of which are quoted in Sahih Imām Bukhārī and Sahih Imām Muslim. Both books have always been taken as an authentic source for the veracity of Aḥādīth. However, they have pointed out a few such aspects which are vital for keeping the veracity and authenticity of Aḥādīth. This article is an attempt to study those Aḥādīth as quoted in the two above mentioned books and were criticized by Imām Abū Ḥātim and Abū Zur’ah in their book Elal Ḥadīths, by comprising with sayings of the concerned scholars. The most accurate aspect has been elaborated.
Software Testing is one of the most critical phases in development of software. The aim of software testing is to create quality software products to meet the expectations of an organization. Software testing is considered as an effort demanding activity and hence it is often neglected to some extent. Graphical user interface (GUI) is a major contributing factor behind the popularity of software applications in recent times. Realizing the importance of GUI‟s, a lot of research concentrating on GUI is being carried out. Moreover the importance of ensuring the correctness of GUI is of higher value. That‟s why; a software development organization must have to manage the additional testing for the GUI. GUIs make testing systems more difficult because they inherit characteristics like event- driven nature, unsolicited events, and infinite input domain problems. The major benefit of a GUI is that it hides the complexity from the users and sometimes from programmers as wells. In the end testing such applications becomes a nightmare for test team. To reduce the effort required and shorten the duration of testing GUI, automated techniques and tools are being used now. A GUI model based on event-flow graph is an innovative technique being utilized in the field of automated GUI testing. The search for utmost quality assurance of software, through the introduction of automated software testing, raises yet another challenging question, what is the required “amount” of testing to gain confidence in quality of software? Usually this criterion corresponds to a function known as “coverage” that measures how much of the software is to be tested? Like procedural and command based software testing, same measure of coverage can be applied to GUI testing as well. In the course of the development of the techniques for the automation of the software/GUI testing procedure, this “coverage” measure can be employed to provide guidance on the quality of an automatic test suite. A fully automatic strategy has been developed for the generation of events to exploit the event flow nature of GUI‟s. Proposed methodology provides an analysis of GUI path test coverage based on these recorded events. A coverage analyzer using evolutionary algorithms optimization is proposed that performs analysis to maximize the GUI test coverage. The proposed technique uses different variants of Genetic Algorithms and Particle Swarm Optimization. Initially, the technique has been optimized with the aim to gain maximum test coverage and then other important attributes like cost and number of test cases have also been incorporated with the help of multi-objective optimization.Coverage Analysis for GUI Testing xi Based on the event driven nature of GUI, this thesis presents a GUI testing and coverage analysis technique centered on evolutionary algorithms. Technique proposes a design pattern based profile of GUI. This profile is further used to model the GUI and based on this modeling, testing process is started. Ontology based annotation process is used to generate test cases based on event driven nature of GUI systems. Test coverage analysis is used to ensure that maximum test coverage has been achieved. Different evolutionary algorithms have been used to optimize test coverage. Finally a test oracle based on semantic annotations and working of ontology is used to verify the output of test cases.